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 larry, loewis, serhiy.storchaka
Date 2016-11-13.09:24:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
os.walk() supports string and bytes paths, but os.fwalk() always supported only string paths. Proposed patch adds support of bytes paths in os.fwalk().
History
Date User Action Args
2016-11-13 09:24:10serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, larry
2016-11-13 09:24:10serhiy.storchakasetmessageid: <[email protected]>
2016-11-13 09:24:10serhiy.storchakalinkissue28682 messages
2016-11-13 09:24:10serhiy.storchakacreate