]> granicus.if.org Git - python/commit
Issue #19921: When Path.mkdir() is called with parents=True, any missing parent is...
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 16 Dec 2013 19:22:37 +0000 (20:22 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 16 Dec 2013 19:22:37 +0000 (20:22 +0100)
commit0048c98fef96fa5df30db535bc124ee9aac341b0
tree70c4cd0630369a5aef472813c185fa8e8466ae47
parentc274fd22edd2471b4f73f5cc690851cfbc716589
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).

Patch by Serhiy.
Doc/library/pathlib.rst
Lib/pathlib.py
Lib/test/test_pathlib.py
Misc/NEWS