]> granicus.if.org Git - python/commit
Add another try/except PermissionError to avoid depending on listdir order. Fix issue...
authorGuido van Rossum <guido@dropbox.com>
Thu, 7 Jan 2016 18:58:20 +0000 (10:58 -0800)
committerGuido van Rossum <guido@dropbox.com>
Thu, 7 Jan 2016 18:58:20 +0000 (10:58 -0800)
commit8355bd7f66029708c9a1d4145314b0654c81ea48
tree35759aa9f9cfb3293411d079a8400c70db448e2f
parentbd15bae45afd5d7361eb4cd0ca7df210fe8aaa2d
parentc3a8272705f26499d522ddda8ef0f07f8efcee40
Add another try/except PermissionError to avoid depending on listdir order. Fix issues #24120 and #26012. (Merge 3.5->3.6)
Lib/test/test_pathlib.py