]> granicus.if.org Git - python/commit
Add another try/except PermissionError to avoid depending on listdir order. Fix issue...
authorGuido van Rossum <guido@python.org>
Thu, 7 Jan 2016 18:56:36 +0000 (10:56 -0800)
committerGuido van Rossum <guido@python.org>
Thu, 7 Jan 2016 18:56:36 +0000 (10:56 -0800)
commitbc9fddaf50df55f1b4d11ecb5598b95adacac707
tree51062a47247af062331235be329a1ed1be223f3d
parentf3695bfacfa51e0e8fb47c7e406152a3f9cd3af2
Add another try/except PermissionError to avoid depending on listdir order. Fix issues #24120 and #26012.
Lib/pathlib.py
Lib/test/test_pathlib.py