Fix #8879. Add os.link support to Windows.
authorBrian Curtin <brian.curtin@gmail.com>
Wed, 24 Nov 2010 20:24:31 +0000 (20:24 +0000)
committerBrian Curtin <brian.curtin@gmail.com>
Wed, 24 Nov 2010 20:24:31 +0000 (20:24 +0000)
commit1b9df3962088142300728724c485425a93eb5f2a
tree39ab274a95dec2ba74005f8baee2ba6354525aa5
parentf21c7ed39d026fea90d87a82290e677c6b4c5002
Fix #8879. Add os.link support to Windows.

Additionally, the st_ino attribute of stat structures was not being filled
in. This was left out of the fix to #10027 and was noticed due to
test_tarfile failing when applying the patch for this issue. An earlier
version of the fix to #10027 included st_ino, but that attribute got lost
in the shuffle of a few review/fix cycles. All tests pass.
Doc/library/os.rst
Lib/test/test_os.py
Misc/NEWS
Modules/posixmodule.c