Message 117325 - Python tracker

Message117325

Author brian.curtin
Recipients brian.curtin, giampaolo.rodola, ocean-city
Date 2010-09-24.18:36:10
SpamBayes Score 0.0001896119
Marked as misclassified No
Message-id <1285353372.01.0.637286296723.issue8879@psf.upfronthosting.co.za>
In-reply-to
Content
In a round-about way, that's what the tests do via sameopenfile.

Maybe the behavior of os.path.samefile for Windows hard links should be documented? Possibly just a small note explaining that os.path.sameopenfile is an alternate solution due to how GetFinalPathNameByHandle works.
History
Date User Action Args
2010-09-24 18:36:12brian.curtinsetrecipients: + brian.curtin, ocean-city, giampaolo.rodola
2010-09-24 18:36:12brian.curtinsetmessageid: <1285353372.01.0.637286296723.issue8879@psf.upfronthosting.co.za>
2010-09-24 18:36:10brian.curtinlinkissue8879 messages
2010-09-24 18:36:10brian.curtincreate