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 python-dev
Recipients SilentGhost, benhoyt, eryksun, ideasman42, mont29, paul.moore, python-dev, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-02-08.14:24:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20160208142437.15927.95648@psf.io>
In-reply-to
Content
New changeset 5310f94772f4 by Serhiy Storchaka in branch '3.5':
Issue #25911: Restored support of bytes paths in os.walk() on Windows.
https://hg.python.org/cpython/rev/5310f94772f4

New changeset b060af2a58b6 by Serhiy Storchaka in branch 'default':
Issue #25911: Restored support of bytes paths in os.walk() on Windows.
https://hg.python.org/cpython/rev/b060af2a58b6
History
Date User Action Args
2016-02-08 14:24:40python-devsetrecipients: + python-dev, paul.moore, vstinner, tim.golden, ideasman42, SilentGhost, benhoyt, zach.ware, serhiy.storchaka, eryksun, steve.dower, mont29
2016-02-08 14:24:40python-devlinkissue25911 messages
2016-02-08 14:24:39python-devcreate