mirror of
https://github.com/python/cpython.git
synced 2025-09-30 04:15:43 +00:00
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. ........
This commit is contained in:
parent
bbc4ef077a
commit
9078afe317
1 changed files with 1 additions and 1 deletions
|
@ -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
|
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
|
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
|
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``
|
* The :func:`int` and :func:`long` types gained a ``bit_length``
|
||||||
method that returns the number of bits necessary to represent
|
method that returns the number of bits necessary to represent
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue