[issue19921] Path.mkdir(0, True) always fails

Roundup Robot report at bugs.python.org
Mon Dec 16 20:22:44 CET 2013


Roundup Robot added the comment:

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

----------
nosy: +python-dev

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19921>
_______________________________________


More information about the Python-bugs-list mailing list