summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2011-03-16 14:14:18 -0400
committerNick Coghlan <ncoghlan@gmail.com>2011-03-16 14:14:18 -0400
commit8fc26a43c8afd8f045d9c617a7aeea8b86ff39b3 (patch)
tree6ec2540a66a5b2eaa0971e648df987f9545e3779 /Misc
parent238b98ca0c5ccf3e588435fdc08b3b9a9ccece65 (diff)
downloadcpython-8fc26a43c8afd8f045d9c617a7aeea8b86ff39b3.tar.gz
Add missing NEWS entries
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ff5d7494fb..738b9c1477 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -40,6 +40,9 @@ Core and Builtins
Library
-------
+- Issue #11548: shutil.unpack_archive now correctly handles the format
+ parameter. Patch by Evan Dandrea.
+
- Issue #11133: fix two cases where inspect.getattr_static can trigger code
execution. Patch by Andreas Stührk.
@@ -119,6 +122,9 @@ Tools/Demos
Tests
-----
+- Issue #11548: Improve test coverage of the shutil module. Patch by
+ Evan Dandrea.
+
- Issue #11554: Reactivated test_email_codecs.
- Issue #11490: test_subprocess:test_leaking_fds_on_error no longer gives a