]> granicus.if.org Git - python/commitdiff
Add missing NEWS entries
authorNick Coghlan <ncoghlan@gmail.com>
Wed, 16 Mar 2011 18:14:18 +0000 (14:14 -0400)
committerNick Coghlan <ncoghlan@gmail.com>
Wed, 16 Mar 2011 18:14:18 +0000 (14:14 -0400)
Misc/NEWS

index ff5d7494fb8410a6bf4085d47c01908fbb0db492..738b9c147787e51fe20504ed1b51581f7ab26c22 100644 (file)
--- 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