From: Terry Jan Reedy Date: Sat, 16 Mar 2013 06:53:09 +0000 (-0400) Subject: typo X-Git-Tag: v3.2.4rc1~29 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=58e1e50be1c19975cdff92f0670b9cff985b2308;p=thirdparty%2FPython%2Fcpython.git typo --- diff --git a/Misc/NEWS b/Misc/NEWS index ce7a9e42269c..d2d399eead34 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -964,7 +964,7 @@ Extension Modules Tests ----- -- Issue # 10652: make tcl/tk tests run after __all__ test, patch by +- Issue #10652: make tcl/tk tests run after __all__ test, patch by Zachary Ware. - Issue #11963: remove human verification from test_parser and test_subprocess.