From: Mark Dickinson Date: Thu, 15 Jan 2009 15:17:43 +0000 (+0000) Subject: Another typo fix. X-Git-Tag: v2.7a1~2285 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a200dd5584d227d041aa8271be8b767a5cd8c4c8;p=python Another typo fix. --- diff --git a/Misc/NEWS b/Misc/NEWS index 96d40a9381..57a9bd9c9c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -357,7 +357,7 @@ C-API Extension Modules ----------------- -- Issue #4937: Fix occasional test_socket failure on OS X. +- Issue #4397: Fix occasional test_socket failure on OS X. - Issue #4279: Fix build of parsermodule under Cygwin.