From: Eric Smith Date: Sun, 12 Apr 2009 02:57:29 +0000 (+0000) Subject: Take credit for my patch for issue 5237. X-Git-Tag: v2.7a1~1497 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=507690c6e5849e98e35c1848cdac0008b465a3b3;p=python Take credit for my patch for issue 5237. --- diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst index 3b98cc2921..f7dab79780 100644 --- a/Doc/whatsnew/2.7.rst +++ b/Doc/whatsnew/2.7.rst @@ -102,7 +102,7 @@ Some smaller changes made to the core Python language are: specifier will use the next argument, and so on. You can't mix auto-numbering and explicit numbering -- either number all of your specifier fields or none of them -- but you can mix auto-numbering and named fields, as in the second - example above. (Contributed by XXX; :issue`5237`.) + example above. (Contributed by Eric Smith; :issue`5237`.) * The :func:`int` and :func:`long` types gained a ``bit_length`` method that returns the number of bits necessary to represent