summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorEric Smith <eric@trueblade.com>2009-04-12 02:57:29 (GMT)
committerEric Smith <eric@trueblade.com>2009-04-12 02:57:29 (GMT)
commit507690c6e5849e98e35c1848cdac0008b465a3b3 (patch)
treeea88fcbbc6b1b48f28d1338880dcc0d09b3d5490 /Doc/whatsnew
parentaa0a0b90073f68a58ae32ddf2e69eb1442cc7a60 (diff)
downloadcpython-507690c6e5849e98e35c1848cdac0008b465a3b3.zip
cpython-507690c6e5849e98e35c1848cdac0008b465a3b3.tar.gz
cpython-507690c6e5849e98e35c1848cdac0008b465a3b3.tar.bz2
Take credit for my patch for issue 5237.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/2.7.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst
index 3b98cc2..f7dab79 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