commit | 454e11d874055f200bee84002447e50d5d467bf2 | [log] [tgz] |
---|---|---|
author | Nick Coghlan <ncoghlan@gmail.com> | Wed Mar 16 14:19:22 2011 -0400 |
committer | Nick Coghlan <ncoghlan@gmail.com> | Wed Mar 16 14:19:22 2011 -0400 |
tree | 0b8e3d74c3eede829cfec0f64d0203181e417ed2 | |
parent | 296d9a6f85f4315ce492650dbca8de34c700c277 [diff] [blame] |
Fix typo in NEWS
diff --git a/Misc/NEWS b/Misc/NEWS index 738b9c1..b44650c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -40,7 +40,7 @@ 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