Issue #3439: add bit_length method to int and long.
commit41862ef1d836fc9d6e4b955d42c2c6c8968769eb
authormark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Wed, 17 Dec 2008 16:14:37 +0000 (17 16:14 +0000)
committermark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Wed, 17 Dec 2008 16:14:37 +0000 (17 16:14 +0000)
tree02975a6e15c2fc2882f9d5d3d00e033fe1801ba1
parent1e55f32bd1ed751d0480fa95c34298e58d76ddc6
Issue #3439: add bit_length method to int and long.
Thanks Fredrik Johansson and Victor Stinner for code,
Raymond Hettinger for review.

git-svn-id: http://svn.python.org/projects/python/trunk@67822 6015fed2-1504-0410-9fe1-9d1591cc4771
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