Thomas W. Barr <t...@rice.edu> added the comment: os.path.realpath() doesn't normalize case, so this could have issues on Windows. The new patch should not.
The Mac version of os.path.normpath doesn't change the path, as per the posix version, which isn't correct on HFS+, which is not case sensitive. That's another bug for another ticket, though. ---------- Added file: http://bugs.python.org/file15009/zipfile-6972-patch-2.diff _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue6972> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com