[issue8879] Implement os.link on Windows

Brian Curtin report at bugs.python.org
Fri Sep 24 20:36:12 CEST 2010


Brian Curtin <curtin at acm.org> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8879>
_______________________________________


More information about the Python-bugs-list mailing list