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 SilentGhost, benhoyt, mont29, paul.moore, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2015-12-20.09:45:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450604714.77.0.228092208662.issue25911@psf.upfronthosting.co.za>
In-reply-to
Content
For softer transition we can return old os.walk() implementation for bytes (may be with a deprecation warning). Using os.scandir() is just an optimization, and this shouldn't break existing program.
History
Date User Action Args
2015-12-20 09:45:14serhiy.storchakasetrecipients: + serhiy.storchaka, paul.moore, vstinner, tim.golden, SilentGhost, benhoyt, zach.ware, steve.dower, mont29
2015-12-20 09:45:14serhiy.storchakasetmessageid: <1450604714.77.0.228092208662.issue25911@psf.upfronthosting.co.za>
2015-12-20 09:45:14serhiy.storchakalinkissue25911 messages
2015-12-20 09:45:14serhiy.storchakacreate