]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #3439: add bit_length method to int and long.
authorMark Dickinson <dickinsm@gmail.com>
Wed, 17 Dec 2008 16:14:37 +0000 (16:14 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Wed, 17 Dec 2008 16:14:37 +0000 (16:14 +0000)
commit1a707981c8b57e5ca7c5b8aa38d3e5e6ca235dbf
treebd6b0df9770926a85cfe111b66c2755bb6b6db5c
parentd0c3515bc5b31a19d00bfc685d7657ad7d79fa94
Issue #3439: add bit_length method to int and long.
Thanks Fredrik Johansson and Victor Stinner for code,
Raymond Hettinger for review.
Doc/library/stdtypes.rst
Doc/whatsnew/2.7.rst
Lib/test/test_int.py
Lib/test/test_long.py
Misc/ACKS
Misc/NEWS
Objects/intobject.c
Objects/longobject.c