summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2011-03-16 18:18:29 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2011-03-16 18:18:29 (GMT)
commit35ec8a4806eb4298c45160029236e669d627ccd8 (patch)
treec38d61a959a63f31cecb37f406da00c1696aa0ed /Misc
parente047f66644c83e7f0c0ce944cfd54c303f220067 (diff)
parent296d9a6f85f4315ce492650dbca8de34c700c277 (diff)
downloadcpython-35ec8a4806eb4298c45160029236e669d627ccd8.zip
cpython-35ec8a4806eb4298c45160029236e669d627ccd8.tar.gz
cpython-35ec8a4806eb4298c45160029236e669d627ccd8.tar.bz2
Merge NEWS entries from 3.2
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 e3c0453..b391f23 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -72,6 +72,9 @@ Core and Builtins
Library
-------
+- Issue #11560: shutil.unpack_archive now correctly handles the format
+ parameter. Patch by Evan Dandrea.
+
- Issue #5870: Add `subprocess.DEVNULL` constant.
- Issue #11133: fix two cases where inspect.getattr_static can trigger code
@@ -229,6 +232,9 @@ Tools/Demos
Tests
-----
+- Issue #11548: Improve test coverage of the shutil module. Patch by
+ Evan Dandrea.
+
- Issue #11554: Reactivated test_email_codecs.
- Issue #11505: improves test coverage of string.py