summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2011-03-16 18:19:22 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2011-03-16 18:19:22 (GMT)
commit454e11d874055f200bee84002447e50d5d467bf2 (patch)
tree0b8e3d74c3eede829cfec0f64d0203181e417ed2
parent296d9a6f85f4315ce492650dbca8de34c700c277 (diff)
downloadcpython-454e11d874055f200bee84002447e50d5d467bf2.zip
cpython-454e11d874055f200bee84002447e50d5d467bf2.tar.gz
cpython-454e11d874055f200bee84002447e50d5d467bf2.tar.bz2
Fix typo in NEWS
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 738b9c1..b44650c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -40,7 +40,7 @@ Core and Builtins
Library
-------
-- Issue #11548: shutil.unpack_archive now correctly handles the format
+- Issue #11560: 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