summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2014-10-30 18:37:07 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2014-10-30 18:37:07 (GMT)
commited14c86facb62c4fb3fcff73c8ea3860c7dc8d29 (patch)
tree21fccec2a2ffc24248752c1ecb3e9be227e3a79f /Misc
parent5e78f4daa8d4d6b2813401fbb6846929941e9a57 (diff)
downloadcpython-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/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2093860..6245bd0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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