]> granicus.if.org Git - python/commitdiff
Eric Smith was missing fro m the issue 7117 whatsnew attribution.
authorMark Dickinson <dickinsm@gmail.com>
Thu, 7 Jan 2010 09:28:29 +0000 (09:28 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Thu, 7 Jan 2010 09:28:29 +0000 (09:28 +0000)
Doc/whatsnew/2.7.rst

index 19c6ce7ec086230872954a293c330de9e7ffbc3d..be58df358ad08fe3f6738b11d3e14b5f3f506bb1 100644 (file)
@@ -268,8 +268,8 @@ Some smaller changes made to the core Python language are:
   by checking :data:`sys.float_repr_style`,  which will be ``short``
   if the new code is in use and ``legacy`` if it isn't.
 
-  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