From: Mark Dickinson Date: Thu, 7 Jan 2010 09:31:48 +0000 (+0000) Subject: Merged revisions 77339 via svnmerge from X-Git-Tag: v3.2a1~1887 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0bc8f907eff9585d0220d1f3ef7120644a7c9c9d;p=python 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. ........ --- diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst index a07a979f3f..2814915f2a 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