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 mont29
Recipients mont29, paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-12-19.15:39:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450539578.39.0.976654454489.issue25911@psf.upfronthosting.co.za>
In-reply-to
Content
In py3.4 and below we used to be able to use bytes filenames with os.walk(), it’s now impossible under windows due to the limitation of os.scandir().

This issue was reported to Blender tracker (https://developer.blender.org/T47018).

I assume this should be considered as a regression? At least, this should be mentioned in the documentation…

Thanks,
Bastien
History
Date User Action Args
2015-12-19 15:39:38mont29setrecipients: + mont29, paul.moore, tim.golden, zach.ware, steve.dower
2015-12-19 15:39:38mont29setmessageid: <1450539578.39.0.976654454489.issue25911@psf.upfronthosting.co.za>
2015-12-19 15:39:38mont29linkissue25911 messages
2015-12-19 15:39:37mont29create