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-13.20:26:59
SpamBayes Score 1.1877122e-08
Marked as misclassified No
Message-id <1284409622.4.0.513456022481.issue767645@psf.upfronthosting.co.za>
In-reply-to
Content
r84784 sets os.path.supports_unicode_filenames to True on Mac OS X (macpath module).

About test_supports_unicode_filenames.patch. test_unicode_listdir() is wrong: os.listdir(str) always return str (see r84701). "verify that the new file's name is equal to the name we tried" check of test_unicode_filename() is also wrong: newfile.name is always equal to fname, it doesn't depend on support_unicode_filenames. Since the test is wrong, I don't want to commit it. test_pep277 is enough to test the creation of files with unicode names.

I don't see anything else to do now, so I close this issue. Reopen it if I forgot something, or open a new issue.
History
Date User Action Args
2010-09-13 20:27:02vstinnersetrecipients: + vstinner, loewis, jvr, ezio.melotti, r.david.murray, joe.amenta, flox, BreamoreBoy
2010-09-13 20:27:02vstinnersetmessageid: <1284409622.4.0.513456022481.issue767645@psf.upfronthosting.co.za>
2010-09-13 20:26:59vstinnerlinkissue767645 messages
2010-09-13 20:26:59vstinnercreate