]> 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)
commit78be2f4e01046e17a5c1a32fe6823a776b044ef7
tree1c2f33898833001189ff1074cdc3eb5cee0b7691
parent0f5d6c00b48fb5e10e19909f5a8ca48bd2b9b0f5
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