]> granicus.if.org Git - python/commit
Issue #8876: distutils now falls back to copying files when hard linking doesn't...
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 30 Oct 2014 18:37:07 +0000 (19:37 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 30 Oct 2014 18:37:07 +0000 (19:37 +0100)
commited14c86facb62c4fb3fcff73c8ea3860c7dc8d29
tree21fccec2a2ffc24248752c1ecb3e9be227e3a79f
parent5e78f4daa8d4d6b2813401fbb6846929941e9a57
Issue #8876: distutils now falls back to copying files when hard linking doesn't work.

This allows use with special filesystems such as VirtualBox shared folders.
Lib/distutils/file_util.py
Lib/distutils/tests/test_file_util.py
Misc/NEWS