[issue8879] Implement os.link on Windows

Brian Curtin report at bugs.python.org
Wed Sep 29 20:51:15 CEST 2010


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

Now that I think of it, that behavior is expected. Hard links are *supposed* to be different directory entries, so they would come out of that function as-is, and the current tests are correctly implemented.

Uploaded to http://codereview.appspot.com/2290042

----------
Added file: http://bugs.python.org/file19059/issue8879_v2.diff

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


More information about the Python-bugs-list mailing list