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 vstinner
Recipients BreamoreBoy, ezio.melotti, flox, joe.amenta, jvr, loewis, r.david.murray, vstinner
Date 2010-09-11.00:24:47
SpamBayes Score 0.0014177482
Marked as misclassified No
Message-id <1284164689.85.0.35263011824.issue767645@psf.upfronthosting.co.za>
In-reply-to
Content
r84701 fixes supports_unicode_filenames's definition in Python 3.2 (and r84702 in Python 3.1): os.listdir(str) now always return unicode filenames (including non-ascii characters).
History
Date User Action Args
2010-09-11 00:24:50vstinnersetrecipients: + vstinner, loewis, jvr, ezio.melotti, r.david.murray, joe.amenta, flox, BreamoreBoy
2010-09-11 00:24:49vstinnersetmessageid: <1284164689.85.0.35263011824.issue767645@psf.upfronthosting.co.za>
2010-09-11 00:24:47vstinnerlinkissue767645 messages
2010-09-11 00:24:47vstinnercreate