diff options
author | Larry Hastings <larry@hastings.org> | 2012-07-15 00:55:11 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2012-07-15 00:55:11 (GMT) |
commit | ad5ae0456e64036d1f39a15c214c2f394a8fb9c3 (patch) | |
tree | 379c65057bb04c36b9509b44d0a5c9db68758827 /Misc | |
parent | 7c6309c6afebecd9cefe7c547b87cf23abcbe2a3 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |