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 Dima.Tisnek, benhoyt, gvanrossum, python-dev, serhiy.storchaka, vstinner, xdegaye
Date 2016-09-07.11:10:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473246652.56.0.805126218536.issue25596@psf.upfronthosting.co.za>
In-reply-to
Content
os.scandir() cannot handle bytes argument on Windows. If an argument is string, os.scandir() yields entries with string names, if an argument is bytes object, os.scandir() yields entries with bytes names. Opened issue27998 for adding support of bytes paths in os.scandir(). After this will be implemented, a workaround cb7ee9d9cddd can be reverted.
History
Date User Action Args
2016-09-07 11:10:52serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, vstinner, benhoyt, xdegaye, python-dev, Dima.Tisnek
2016-09-07 11:10:52serhiy.storchakasetmessageid: <1473246652.56.0.805126218536.issue25596@psf.upfronthosting.co.za>
2016-09-07 11:10:52serhiy.storchakalinkissue25596 messages
2016-09-07 11:10:52serhiy.storchakacreate