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 vstinner
Recipients benhoyt, eryksun, gvanrossum, paul.moore, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-09-07.17:45:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473270355.77.0.401339756981.issue27998@psf.upfronthosting.co.za>
In-reply-to
Content
I'm ok to support os.scandir(bytes) on Windows.

My long term goal was to drop bytes support on Windows, but it seems like the new trend is more to keep this support and even enhance it.

It's quite easy to support os.scandir(bytes) on Windows, whereas it seems tricky and annoying to have to emulate the feature in pure Python.

Note: I was the BDFL-delegate for the PEP 471 ;-)
History
Date User Action Args
2016-09-07 17:45:55vstinnersetrecipients: + vstinner, gvanrossum, paul.moore, tim.golden, benhoyt, zach.ware, serhiy.storchaka, eryksun, steve.dower
2016-09-07 17:45:55vstinnersetmessageid: <1473270355.77.0.401339756981.issue27998@psf.upfronthosting.co.za>
2016-09-07 17:45:55vstinnerlinkissue27998 messages
2016-09-07 17:45:55vstinnercreate