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 serhiy.storchaka
Recipients paul.moore, r.david.murray, raylu, serhiy.storchaka, steve.dower, tim.golden, zach.ware
Date 2017-01-25.20:21:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485375678.62.0.939360021242.issue29366@psf.upfronthosting.co.za>
In-reply-to
Content
Blame Windows for this behavior. os.listdir() is just a wrapper around few system calls.

It is expected that functions in the os module can raise different exceptions on different platforms.
History
Date User Action Args
2017-01-25 20:21:18serhiy.storchakasetrecipients: + serhiy.storchaka, paul.moore, tim.golden, r.david.murray, zach.ware, steve.dower, raylu
2017-01-25 20:21:18serhiy.storchakasetmessageid: <1485375678.62.0.939360021242.issue29366@psf.upfronthosting.co.za>
2017-01-25 20:21:18serhiy.storchakalinkissue29366 messages
2017-01-25 20:21:18serhiy.storchakacreate