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 barry
Recipients barry, berker.peksag, garrison, pitrou
Date 2014-05-27.18:32:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401215521.42.0.97346059002.issue21539@psf.upfronthosting.co.za>
In-reply-to
Content
I've just been writing some new code to use pathlib and ran into this one myself.  An exist_ok=False is fine, although it's a slight shame that for backward compatibility we can't adopt os.makedirs() signature exactly.
History
Date User Action Args
2014-05-27 18:32:01barrysetrecipients: + barry, pitrou, berker.peksag, garrison
2014-05-27 18:32:01barrysetmessageid: <1401215521.42.0.97346059002.issue21539@psf.upfronthosting.co.za>
2014-05-27 18:32:01barrylinkissue21539 messages
2014-05-27 18:32:00barrycreate