Message274794
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. |
|
Date |
User |
Action |
Args |
2016-09-07 11:10:52 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, gvanrossum, vstinner, benhoyt, xdegaye, python-dev, Dima.Tisnek |
2016-09-07 11:10:52 | serhiy.storchaka | set | messageid: <1473246652.56.0.805126218536.issue25596@psf.upfronthosting.co.za> |
2016-09-07 11:10:52 | serhiy.storchaka | link | issue25596 messages |
2016-09-07 11:10:52 | serhiy.storchaka | create | |
|