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 raylu
Recipients paul.moore, r.david.murray, raylu, steve.dower, tim.golden, zach.ware
Date 2017-01-25.20:06:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485374782.03.0.583082667647.issue29366@psf.upfronthosting.co.za>
In-reply-to
Content
os.listdir should always return NotADirectoryError when run on a regular file. Users shouldn't have to special-case win32/FileNotFoundError.
History
Date User Action Args
2017-01-25 20:06:22raylusetrecipients: + raylu, paul.moore, tim.golden, r.david.murray, zach.ware, steve.dower
2017-01-25 20:06:22raylusetmessageid: <1485374782.03.0.583082667647.issue29366@psf.upfronthosting.co.za>
2017-01-25 20:06:22raylulinkissue29366 messages
2017-01-25 20:06:21raylucreate