Éric Araujo <mer...@netwok.org> added the comment:

> 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?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue6114>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to