From: Nick Coghlan Date: Wed, 16 Mar 2011 18:19:22 +0000 (-0400) Subject: Fix typo in NEWS X-Git-Tag: v3.2.1b1~274 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=454e11d874055f200bee84002447e50d5d467bf2;p=python Fix typo in NEWS --- diff --git a/Misc/NEWS b/Misc/NEWS index 738b9c1477..b44650c44c 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