From: Benjamin Peterson Date: Wed, 18 Apr 2012 15:25:12 +0000 (-0400) Subject: improve X-Git-Tag: v3.3.0a3~167^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2c1414661da660d3df71911026eb6c45e8677f60;p=thirdparty%2FPython%2Fcpython.git improve --- diff --git a/Misc/NEWS b/Misc/NEWS index 43f08c93ecb1..bfae292e2ac8 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -12,7 +12,7 @@ Core and Builtins - Issue #14612: Fix jumping around with blocks by setting f_lineno. -- Issue #14607: Fix defaults keyword-only arguments which started with ``__``. +- Issue #14607: Fix keyword-only arguments which started with ``__``. - Issue #13889: Check and (if necessary) set FPU control word before calling any of the dtoa.c string <-> float conversion functions, on MSVC builds of