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 benhoyt, eryksun, gvanrossum, paul.moore, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-09-25.10:57:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474801032.05.0.0300153822215.issue27998@psf.upfronthosting.co.za>
In-reply-to
Content
I don't know what is the benefit of removing support of bytes paths in os.scandir(), but supporting bytes paths allows to remove ugly workarounds from os and glob modules.

 Lib/glob.py |   16 --------!!!!!!
 Lib/os.py   |   67 ---------------------------------------------------------!!!
 2 files changed, 73 deletions(-), 10 modifications(!)
History
Date User Action Args
2016-09-25 10:57:12serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, paul.moore, vstinner, tim.golden, benhoyt, zach.ware, eryksun, steve.dower
2016-09-25 10:57:12serhiy.storchakasetmessageid: <1474801032.05.0.0300153822215.issue27998@psf.upfronthosting.co.za>
2016-09-25 10:57:12serhiy.storchakalinkissue27998 messages
2016-09-25 10:57:12serhiy.storchakacreate