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 pitrou
Recipients brodie, georg.brandl, loewis, pitrou, vstinner
Date 2009-05-12.13:31:13
SpamBayes Score 4.806707e-07
Marked as misclassified No
Message-id <1242135074.55.0.0490543833571.issue2856@psf.upfronthosting.co.za>
In-reply-to
Content
Is it about 2.6 or 3.0/3.1? This problem should have been solved in 3.1,
by the way of special escaping for undecodable characters (that is,
os.listdir() will always return strings rather than bytes objects, but
some of those strings may have special escapes in them).
History
Date User Action Args
2009-05-12 13:31:14pitrousetrecipients: + pitrou, loewis, georg.brandl, vstinner, brodie
2009-05-12 13:31:14pitrousetmessageid: <1242135074.55.0.0490543833571.issue2856@psf.upfronthosting.co.za>
2009-05-12 13:31:13pitroulinkissue2856 messages
2009-05-12 13:31:13pitroucreate