From: Neal Norwitz Date: Fri, 25 Apr 2008 03:40:17 +0000 (+0000) Subject: Fix typo (now -> no) X-Git-Tag: v2.6a3~104 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b0bea5d27c53f1fa4a82ced15516a20105abb40;p=python Fix typo (now -> no) --- diff --git a/Misc/NEWS b/Misc/NEWS index 7862ffec51..a44ef1c33d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -43,7 +43,7 @@ Extensions Modules Library ------- -- Issue #2682: ctypes callback functions now longer contain a cyclic +- Issue #2682: ctypes callback functions no longer contain a cyclic reference to themselves. - The getpass module has been improved on Unix. It now uses /dev/tty