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

This commit is contained in:
Mark Dickinson 2010-01-07 09:28:29 +00:00
parent f4d63ab1b6
commit bdd863d062
1 changed files with 2 additions and 2 deletions

View 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