[Python-checkins] r77339 - python/trunk/Doc/whatsnew/2.7.rst

mark.dickinson python-checkins at python.org
Thu Jan 7 10:28:29 CET 2010


Author: mark.dickinson
Date: Thu Jan  7 10:28:29 2010
New Revision: 77339

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

Modified:
   python/trunk/Doc/whatsnew/2.7.rst

Modified: python/trunk/Doc/whatsnew/2.7.rst
==============================================================================
--- python/trunk/Doc/whatsnew/2.7.rst	(original)
+++ python/trunk/Doc/whatsnew/2.7.rst	Thu Jan  7 10:28:29 2010
@@ -268,8 +268,8 @@
   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


More information about the Python-checkins mailing list