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 pitrou
Recipients barry, berker.peksag, garrison, pitrou
Date 2014-05-27.20:48:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <5384FA1B.9030607@free.fr>
In-reply-to <1401215521.42.0.97346059002.issue21539@psf.upfronthosting.co.za>
Content
Le 27/05/2014 20:32, Barry A. Warsaw a écrit :
>
> 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.

What do you mean by that? The os.makedirs() signature is 
os.makedirs(name, mode=0o777, exist_ok=False)
History
Date User Action Args
2014-05-27 20:48:31pitrousetrecipients: + pitrou, barry, berker.peksag, garrison
2014-05-27 20:48:31pitroulinkissue21539 messages
2014-05-27 20:48:31pitroucreate