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, ned.deily, r.david.murray, ronaldoussoren, vstinner
Date 2010-09-14.11:47:36
SpamBayes Score 2.068278e-06
Marked as misclassified No
Message-id <1284464859.16.0.515240292392.issue767645@psf.upfronthosting.co.za>
In-reply-to
Content
> There seems to be some confusion about the macpath.py module. (...)

Oops. I thought that Mac OS X uses macpath, but in fact it is posixpath. Can you try my new patch posixpath_darwin.patch? I reopen the issue because I patched the wrong module. I suppose that Python 2.7 has the same issue: posixpath should be patched, not macpath.

My patch leaves macpath with supports_unicode_filenames=True. If I understood correctly: macpath should be removed (#9850).
History
Date User Action Args
2010-09-14 11:47:39vstinnersetrecipients: + vstinner, loewis, jvr, ronaldoussoren, ned.deily, ezio.melotti, r.david.murray, joe.amenta, flox, BreamoreBoy
2010-09-14 11:47:39vstinnersetmessageid: <1284464859.16.0.515240292392.issue767645@psf.upfronthosting.co.za>
2010-09-14 11:47:37vstinnerlinkissue767645 messages
2010-09-14 11:47:37vstinnercreate