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 brian.curtin
Recipients brian.curtin, giampaolo.rodola
Date 2010-09-23.21:27:07
SpamBayes Score 1.524252e-08
Marked as misclassified No
Message-id <1285277230.49.0.291105224439.issue8879@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch of the functionality. The doc change is small and easy, I'll add it shortly.

One oddity is that os.path.samefile is False for a link and its source, but True for a symlink and its source. I find that to be quite odd, but stepping through the code I don't see where this is anything we are doing. I haven't been able to figure out if this is really expected behavior from Windows. When the files are open, os.path.sameopenfile shows that the link and its source are the same, which is expected.
History
Date User Action Args
2010-09-23 21:27:10brian.curtinsetrecipients: + brian.curtin, giampaolo.rodola
2010-09-23 21:27:10brian.curtinsetmessageid: <1285277230.49.0.291105224439.issue8879@psf.upfronthosting.co.za>
2010-09-23 21:27:09brian.curtinlinkissue8879 messages
2010-09-23 21:27:08brian.curtincreate