diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2010-01-07 09:28:29 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2010-01-07 09:28:29 (GMT) |
commit | bdd863d0621fdd4e16ff9f9fc1f7ed5fef432721 (patch) | |
tree | 13096b6b82582d1ef46233639b90ba3751727697 /Doc/whatsnew | |
parent | f4d63ab1b6b87cd27b38999e7b3fac84cd10e17b (diff) | |
download | cpython-bdd863d0621fdd4e16ff9f9fc1f7ed5fef432721.zip cpython-bdd863d0621fdd4e16ff9f9fc1f7ed5fef432721.tar.gz cpython-bdd863d0621fdd4e16ff9f9fc1f7ed5fef432721.tar.bz2 |
Eric Smith was missing fro m the issue 7117 whatsnew attribution.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/2.7.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst index 19c6ce7..be58df3 100644 --- a/Doc/whatsnew/2.7.rst +++ b/Doc/whatsnew/2.7.rst @@ -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 |