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 ronaldoussoren
Recipients brian.curtin, heikki, nadeem.vawda, nooB, orsenthil, python-dev, ronaldoussoren, santoso.wijaya, tarek, tim.golden
Date 2011-05-06.14:37:41
SpamBayes Score 6.9843757e-09
Marked as misclassified No
Message-id <1304692662.48.0.961462153465.issue10684@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure what the right course of action is, revert my patch try to get ntpath.samefile fixed and then reapply my patch or something else?

ntpath.samefile is definitely broken on XP:

* Create a file "a.txt"
* Start python3.2
  >>> os.path.samefile("a.txt", "A.TXT")
  False
History
Date User Action Args
2011-05-06 14:37:42ronaldoussorensetrecipients: + ronaldoussoren, orsenthil, tim.golden, nadeem.vawda, heikki, tarek, brian.curtin, santoso.wijaya, nooB, python-dev
2011-05-06 14:37:42ronaldoussorensetmessageid: <1304692662.48.0.961462153465.issue10684@psf.upfronthosting.co.za>
2011-05-06 14:37:41ronaldoussorenlinkissue10684 messages
2011-05-06 14:37:41ronaldoussorencreate