]> granicus.if.org Git - python/commitdiff
Merged revisions 77339 via svnmerge from
authorMark Dickinson <dickinsm@gmail.com>
Thu, 7 Jan 2010 09:31:48 +0000 (09:31 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Thu, 7 Jan 2010 09:31:48 +0000 (09:31 +0000)
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r77339 | mark.dickinson | 2010-01-07 09:28:29 +0000 (Thu, 07 Jan 2010) | 1 line

  Eric Smith was missing fro m the issue 7117 whatsnew attribution.
........

Doc/whatsnew/2.7.rst

index a07a979f3f32976bc6131bf45c75b13e168c41a9..2814915f2a00cd98d314aa5937a38741a9f01625 100644 (file)
@@ -266,8 +266,8 @@ Some smaller changes made to the core Python language are:
   operation of this code cannot be guaranteed, so the code is not
   used on such systems.
 
-  Implemented by Mark Dickinson, using David Gay's :file:`dtoa.c` library;
-  :issue:`7117`.
+  Implemented by Eric Smith and Mark Dickinson, using David Gay's
+  :file:`dtoa.c` library; :issue:`7117`.
 
 * The :meth:`str.format` method now supports automatic numbering of the replacement
   fields.  This makes using :meth:`str.format` more closely resemble using