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
Date 2015-11-08.15:28:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446996499.77.0.832739947861.issue25583@psf.upfronthosting.co.za>
In-reply-to
Content
Probably better solution:

    if not (exist_ok and path.isdir(name) and
            e.errno in (errno.EEXIST, errno.EACCES)):
History
Date User Action Args
2015-11-08 15:28:19plakhotichsetrecipients: + plakhotich
2015-11-08 15:28:19plakhotichsetmessageid: <1446996499.77.0.832739947861.issue25583@psf.upfronthosting.co.za>
2015-11-08 15:28:19plakhotichlinkissue25583 messages
2015-11-08 15:28:19plakhotichcreate