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 ronaldoussoren
Recipients demian.brecht, durin42, hynek, jleedev, martin.panter, ned.deily, orsenthil, python-dev, r.david.murray, ronaldoussoren, serhiy.storchaka, vstinner
Date 2014-08-17.10:51:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1408272715.76.0.897144313281.issue22165@psf.upfronthosting.co.za>
In-reply-to
Content
OSX returns a strange value in os.listdir because the HFS+ filesystem itself has unicode filenames and transforms byte strings that are assumed to contain UTF-8 into something the filesystem can handle (and seems to replace bytes that aren't valid UTF-8 into a percent-encoded value).
History
Date User Action Args
2014-08-17 10:51:55ronaldoussorensetrecipients: + ronaldoussoren, orsenthil, vstinner, ned.deily, durin42, r.david.murray, python-dev, hynek, martin.panter, serhiy.storchaka, jleedev, demian.brecht
2014-08-17 10:51:55ronaldoussorensetmessageid: <1408272715.76.0.897144313281.issue22165@psf.upfronthosting.co.za>
2014-08-17 10:51:55ronaldoussorenlinkissue22165 messages
2014-08-17 10:51:55ronaldoussorencreate