summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2012-07-15 00:55:11 (GMT)
committerLarry Hastings <larry@hastings.org>2012-07-15 00:55:11 (GMT)
commitad5ae0456e64036d1f39a15c214c2f394a8fb9c3 (patch)
tree379c65057bb04c36b9509b44d0a5c9db68758827 /Misc
parent7c6309c6afebecd9cefe7c547b87cf23abcbe2a3 (diff)
downloadcpython-ad5ae0456e64036d1f39a15c214c2f394a8fb9c3.zip
cpython-ad5ae0456e64036d1f39a15c214c2f394a8fb9c3.tar.gz
cpython-ad5ae0456e64036d1f39a15c214c2f394a8fb9c3.tar.bz2
- Issue #15238: shutil.copystat now copies Linux "extended attributes".
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0100651..c99cbd2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -35,6 +35,8 @@ Core and Builtins
Library
-------
+- Issue #15238: shutil.copystat now copies Linux "extended attributes".
+
- Issue #15230: runpy.run_path now correctly sets __package__ as described
in the documentation