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 <1479029050.5.0.426622691368.issue28682@psf.upfronthosting.co.za>
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: <1479029050.5.0.426622691368.issue28682@psf.upfronthosting.co.za>
2016-11-13 09:24:10serhiy.storchakalinkissue28682 messages
2016-11-13 09:24:10serhiy.storchakacreate