This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author plakhotich
Recipients plakhotich, r.david.murray
Date 2015-11-08.22:05:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447020305.83.0.978682658317.issue25583@psf.upfronthosting.co.za>
In-reply-to
Content
Of course, exist_ok must be taken into account:
    if not (exist_ok and path.isdir(name)):
        mkdir(name, mode)
History
Date User Action Args
2015-11-08 22:05:05plakhotichsetrecipients: + plakhotich, r.david.murray
2015-11-08 22:05:05plakhotichsetmessageid: <1447020305.83.0.978682658317.issue25583@psf.upfronthosting.co.za>
2015-11-08 22:05:05plakhotichlinkissue25583 messages
2015-11-08 22:05:05plakhotichcreate