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 eric.araujo
Recipients eric.araujo, jougs, sleipnir, tarek
Date 2010-09-11.17:39:38
SpamBayes Score 1.2689649e-06
Marked as misclassified No
Message-id <1284226780.88.0.655976769525.issue6114@psf.upfronthosting.co.za>
In-reply-to
Content
> The three ppl mentioned there found and fixed the problem, that's why.
The real question behind the joke was: Are you part of the same community? Where does this fix come from?

> But back to the issue: Can we use a switch or wrapper function to
> change the test method for this path dependent on the OS?
Symlink support detection is not trivial, it depends on platform, version and user rights (the docs say Windows Vista has a notion of “right to create a symlink”). See Lib/test/symlink_support.py for some scary code.  For our bug, I have hope that a simple “hasattr(os.path, 'samefile'” will be enough to decide whether to use this function or string comparison.

Do you want to add tests for this bug?
History
Date User Action Args
2010-09-11 17:39:41eric.araujosetrecipients: + eric.araujo, tarek, sleipnir, jougs
2010-09-11 17:39:40eric.araujosetmessageid: <1284226780.88.0.655976769525.issue6114@psf.upfronthosting.co.za>
2010-09-11 17:39:39eric.araujolinkissue6114 messages
2010-09-11 17:39:38eric.araujocreate