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.21:06:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20140527170643.36272ae1@anarchist.wooz.org>
In-reply-to <5384FA1B.9030607@free.fr>
Content
On May 27, 2014, at 08:48 PM, Antoine Pitrou wrote:

>What do you mean by that? The os.makedirs() signature is 
>os.makedirs(name, mode=0o777, exist_ok=False)

Right, but this is Path.mkdir's signature:

Path.mkdir(mode=0o777, parents=False)

so it's too late to make exist_ok=False the second argument (i.e. the one
after `mode`).  Oh well.
History
Date User Action Args
2014-05-27 21:06:55barrysetrecipients: + barry, pitrou, berker.peksag, garrison
2014-05-27 21:06:55barrylinkissue21539 messages
2014-05-27 21:06:55barrycreate