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 ronaldoussoren
Date 2011-05-06.15:12:50
SpamBayes Score 8.289962e-05
Marked as misclassified No
Message-id <1304694770.94.0.722245311346.issue12018@psf.upfronthosting.co.za>
In-reply-to
Content
Python 3.2 introduced ntpath.samefile, but the implementation is not tested in test_ntpath.py. The same seems true of ntpath.sameopenfile.

As noted in #10684 ntpath.samefile is broken on XP, which would have been caught by unittest. I've committed a fix for that particular bug, but haven't added unittests.
History
Date User Action Args
2011-05-06 15:12:50ronaldoussorensetrecipients: + ronaldoussoren
2011-05-06 15:12:50ronaldoussorensetmessageid: <1304694770.94.0.722245311346.issue12018@psf.upfronthosting.co.za>
2011-05-06 15:12:50ronaldoussorenlinkissue12018 messages
2011-05-06 15:12:50ronaldoussorencreate