]> 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:57:37 +0000 (10:57 -0800)
committerGuido van Rossum <guido@python.org>
Thu, 7 Jan 2016 18:57:37 +0000 (10:57 -0800)
commitc3a8272705f26499d522ddda8ef0f07f8efcee40
treefc3736cca0e539d525377ef7f91792cbae649573
parent16fb6748820c72123239c0f326e141a14cf39f85
parentbc9fddaf50df55f1b4d11ecb5598b95adacac707
Add another try/except PermissionError to avoid depending on listdir order. Fix issues #24120 and #26012. (Merge 3.4->3.5)
Lib/pathlib.py
Lib/test/test_pathlib.py