Brian Curtin <br...@python.org> added the comment:

On XP, os.path.samefile is really "os.path.abspath(x) == os.path.abspath(y)", 
which does not work correctly with different cases. We could add a ".lower()" 
to line 657 of Lib/ntpath.py so the abspath is always returned in lower, so the 
XP version of samefile compares two lower case strings.

On versions after XP, this isn't an issue.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10684>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to