]> granicus.if.org Git - python/commit
ntpath.samefile fails to detect that "A.TXT" and "a.txt" refer to the same file on...
authorRonald Oussoren <ronaldoussoren@mac.com>
Fri, 6 May 2011 15:11:07 +0000 (17:11 +0200)
committerRonald Oussoren <ronaldoussoren@mac.com>
Fri, 6 May 2011 15:11:07 +0000 (17:11 +0200)
commit6355c16d3623921cbecb156c23349b8a6fe32827
tree20c97d66bd52437751f174847bf139771a6ace21
parent1c86b4450689cc9ecef6c99ad8e55bae67931e59
ntpath.samefile fails to detect that "A.TXT" and "a.txt" refer to the same file on Windows XP.

Noticed while researching a buildbot failure due to a patch for issue #10684.
Lib/ntpath.py
Misc/NEWS