Merged revisions 77339 via svnmerge from

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.
........
This commit is contained in:
Mark Dickinson 2010-01-07 09:31:48 +00:00
parent c53796e147
commit 0bc8f907ef
1 changed files with 2 additions and 2 deletions

View 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