summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2012-05-12 17:02:01 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2012-05-12 17:02:01 (GMT)
commit424246fbf3953ccdb3b34961db007a453873a3ea (patch)
tree64fc5c2f67d12ae1ca24201d0569748f7df9352b /Misc/NEWS
parent4d688e3275d5a10e2321571392cdc31945bb8a89 (diff)
downloadcpython-424246fbf3953ccdb3b34961db007a453873a3ea.zip
cpython-424246fbf3953ccdb3b34961db007a453873a3ea.tar.gz
cpython-424246fbf3953ccdb3b34961db007a453873a3ea.tar.bz2
Issue #14082: shutil.copy2() now copies extended attributes, if possible.
Patch by Hynek Schlawack.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 10cabbf..78a5ef9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -23,6 +23,9 @@ Core and Builtins
Library
-------
+- Issue #14082: shutil.copy2() now copies extended attributes, if possible.
+ Patch by Hynek Schlawack.
+
- Issue #13959: Make importlib.abc.FileLoader.load_module()/get_filename() and
importlib.machinery.ExtensionFileLoader.load_module() have their single
argument be optional. Allows for the replacement (and thus deprecation) of