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 python-dev
Recipients pitrou, python-dev, r.david.murray, serhiy.storchaka, vajrasky
Date 2013-12-16.19:22:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3djsnZ6Rtqz7LlG@mail.python.org>
In-reply-to
Content
New changeset 87b81b7df7f0 by Antoine Pitrou in branch 'default':
Issue #19921: When Path.mkdir() is called with parents=True, any missing parent is created with the default permissions, ignoring the mode argument (mimicking the POSIX "mkdir -p" command).
http://hg.python.org/cpython/rev/87b81b7df7f0
History
Date User Action Args
2013-12-16 19:22:44python-devsetrecipients: + python-dev, pitrou, r.david.murray, serhiy.storchaka, vajrasky
2013-12-16 19:22:44python-devlinkissue19921 messages
2013-12-16 19:22:44python-devcreate