This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients Gregorio, gvanrossum, pitrou, python-dev, serhiy.storchaka, ulope, zach.ware
Date 2016-01-07.18:58:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20160107185857.9620.36350@psf.io>
In-reply-to
Content
New changeset 4043e08e6e52 by Guido van Rossum in branch '3.4':
Add another try/except PermissionError to avoid depending on listdir order. Fix issues #24120 and #26012.
https://hg.python.org/cpython/rev/4043e08e6e52

New changeset 8a3b0c1fb3d3 by Guido van Rossum in branch '3.5':
Add another try/except PermissionError to avoid depending on listdir order. Fix issues #24120 and #26012. (Merge 3.4->3.5)
https://hg.python.org/cpython/rev/8a3b0c1fb3d3

New changeset 398cb8c183da by Guido van Rossum in branch 'default':
Add another try/except PermissionError to avoid depending on listdir order. Fix issues #24120 and #26012. (Merge 3.5->3.6)
https://hg.python.org/cpython/rev/398cb8c183da
History
Date User Action Args
2016-01-07 18:58:59python-devsetrecipients: + python-dev, gvanrossum, pitrou, zach.ware, serhiy.storchaka, Gregorio, ulope
2016-01-07 18:58:59python-devlinkissue24120 messages
2016-01-07 18:58:59python-devcreate