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 fhoech
Recipients ezio.melotti, fhoech, vstinner
Date 2014-11-13.14:50:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415890207.26.0.229216785095.issue22862@psf.upfronthosting.co.za>
In-reply-to
Content
1) Is not yet possible for me unfortunately, some libraries I require are not yet available for Python 3 (but in the long run, this would be my preferred solution)

2) Would necessitate too many changes in a carefully crafted, unicode-only application. I think I'll just override os.listdir and filter out filenames that are not decodable, or override os.walk and do something equivalent.
History
Date User Action Args
2014-11-13 14:50:07fhoechsetrecipients: + fhoech, vstinner, ezio.melotti
2014-11-13 14:50:07fhoechsetmessageid: <1415890207.26.0.229216785095.issue22862@psf.upfronthosting.co.za>
2014-11-13 14:50:07fhoechlinkissue22862 messages
2014-11-13 14:50:07fhoechcreate