diff options
-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 a07a979..2814915 100644 --- a/Doc/whatsnew/2.7.rst +++ b/Doc/whatsnew/2.7.rst @@ -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 |