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 joe.amenta
Recipients ezio.melotti, flox, joe.amenta, jvr, loewis, r.david.murray
Date 2010-01-12.21:35:23
SpamBayes Score 0.07724226
Marked as misclassified No
Message-id <1263332127.03.0.890465940549.issue767645@psf.upfronthosting.co.za>
In-reply-to
Content
If it is decided to keep supports_unicode_filenames, here is a patch for test_os.py that verifies the value of supports_unicode_filenames against the following line from the documentation:
"True if arbitrary Unicode strings can be used as file names (within limitations imposed by the file system), and if os.listdir() returns Unicode strings for a Unicode argument."
History
Date User Action Args
2010-01-12 21:35:27joe.amentasetrecipients: + joe.amenta, loewis, jvr, ezio.melotti, r.david.murray, flox
2010-01-12 21:35:27joe.amentasetmessageid: <1263332127.03.0.890465940549.issue767645@psf.upfronthosting.co.za>
2010-01-12 21:35:24joe.amentalinkissue767645 messages
2010-01-12 21:35:24joe.amentacreate