STINNER Victor <victor.stin...@haypocalc.com> added the comment: > 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). ---------- resolution: fixed -> status: closed -> open Added file: http://bugs.python.org/file18879/posixpath_darwin.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue767645> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com