Mark Dickinson added the comment:

> - no need to depreciate x.bit_length

No matter how this issue progresses, deprecating `int.bit_length` should be out 
of the question.  Much better to have (somewhat) duplicated functionality than 
to gratuitously break code that's already using `int.bit_length`.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19915>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to