diff options
author | Georg Brandl <georg@python.org> | 2009-04-27 16:38:14 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-04-27 16:38:14 (GMT) |
commit | 9078afe3170b86e58ed6e69e55b06b8718d24be0 (patch) | |
tree | 6ffacb1408e747dd20a3fe4981b91ec49488b323 /Doc/whatsnew/2.7.rst | |
parent | bbc4ef077acf7274519e026f896e04574991ec87 (diff) | |
download | cpython-9078afe3170b86e58ed6e69e55b06b8718d24be0.zip cpython-9078afe3170b86e58ed6e69e55b06b8718d24be0.tar.gz cpython-9078afe3170b86e58ed6e69e55b06b8718d24be0.tar.bz2 |
Merged revisions 71503 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71503 | eric.smith | 2009-04-12 04:57:29 +0200 (So, 12 Apr 2009) | 1 line
Take credit for my patch for issue 5237.
........
Diffstat (limited to 'Doc/whatsnew/2.7.rst')
-rw-r--r-- | Doc/whatsnew/2.7.rst | 2 |
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 |