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 steve.dower
Recipients benhoyt, eryksun, gvanrossum, paul.moore, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-09-07.17:48:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473270481.74.0.857534321044.issue27998@psf.upfronthosting.co.za>
In-reply-to
Content
There are only two references to bytes in the pep:

> Like the other functions in the os module, scandir() accepts either a 
> bytes or str object for the path parameter, and returns the 
> DirEntry.name and DirEntry.path attributes with the same type as
> path . However, it is strongly recommended to use the str type, as
> this ensures cross-platform support for Unicode filenames. (On
> Windows, bytes filenames have been deprecated since Python 3.3). 

I'm not concerned about supporting bytes here (with PEP 529, obviously), though the strong recommendation to use str should certainly stand.
History
Date User Action Args
2016-09-07 17:48:01steve.dowersetrecipients: + steve.dower, gvanrossum, paul.moore, vstinner, tim.golden, benhoyt, zach.ware, serhiy.storchaka, eryksun
2016-09-07 17:48:01steve.dowersetmessageid: <1473270481.74.0.857534321044.issue27998@psf.upfronthosting.co.za>
2016-09-07 17:48:01steve.dowerlinkissue27998 messages
2016-09-07 17:48:01steve.dowercreate