]> granicus.if.org Git - python/commit
Issue #29416: Prevent infinite loop in pathlib.Path.mkdir
authorSteve Dower <steve.dower@microsoft.com>
Sat, 4 Feb 2017 22:54:56 +0000 (14:54 -0800)
committerSteve Dower <steve.dower@microsoft.com>
Sat, 4 Feb 2017 22:54:56 +0000 (14:54 -0800)
commitd3c4853b7869b347462343fd9df99f998e0eb018
treea57a8027f52185ab3abf65040e694306e3668163
parent7e10dbbd45503268f7bb3b241e30745df6c91b99
Issue #29416: Prevent infinite loop in pathlib.Path.mkdir
Lib/pathlib.py
Lib/test/test_pathlib.py
Misc/NEWS