diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2014-10-30 18:37:07 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2014-10-30 18:37:07 (GMT) |
commit | ed14c86facb62c4fb3fcff73c8ea3860c7dc8d29 (patch) | |
tree | 21fccec2a2ffc24248752c1ecb3e9be227e3a79f /Misc | |
parent | 5e78f4daa8d4d6b2813401fbb6846929941e9a57 (diff) | |
download | cpython-ed14c86facb62c4fb3fcff73c8ea3860c7dc8d29.zip cpython-ed14c86facb62c4fb3fcff73c8ea3860c7dc8d29.tar.gz cpython-ed14c86facb62c4fb3fcff73c8ea3860c7dc8d29.tar.bz2 |
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.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -33,6 +33,10 @@ Core and Builtins Library ------- +- 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. + - Issue #18853: Fixed ResourceWarning in shlex.__nain__. - Issue #9351: Defaults set with set_defaults on an argparse subparser |