]> 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:55:16 +0000 (14:55 -0800)
committerSteve Dower <steve.dower@microsoft.com>
Sat, 4 Feb 2017 22:55:16 +0000 (14:55 -0800)
commit1add96f1b669436ca96dc8adf24276adea6aea4c
treefbe866bb72d207ba611f8f72b12e7d08d121a0c2
parent86e42376c2f41e6601b1844fb127f2f2e7b5349a
parentd3c4853b7869b347462343fd9df99f998e0eb018
Issue #29416: Prevent infinite loop in pathlib.Path.mkdir
Lib/pathlib.py
Lib/test/test_pathlib.py
Misc/NEWS