[Python-checkins] cpython (3.2): improve

benjamin.peterson python-checkins at python.org
Wed Apr 18 17:26:29 CEST 2012


http://hg.python.org/cpython/rev/d368cc86dbc9
changeset:   76396:d368cc86dbc9
branch:      3.2
parent:      76393:6a0a073e8461
user:        Benjamin Peterson <benjamin at python.org>
date:        Wed Apr 18 11:25:12 2012 -0400
summary:
  improve

files:
  Misc/NEWS |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,7 +12,7 @@
 
 - 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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list