[issue6783] Add a builtin method to 'int' for base/radix conversion

Mark Dickinson report at bugs.python.org
Tue Aug 25 21:45:27 CEST 2009


Mark Dickinson <dickinsm at gmail.com> added the comment:

This seems like the sort of idea that should be floated on the python-
ideas mailing list or comp.lang.python first, both to find out what 
support there is and to pin down precise semantics.

We already have int to string conversions in bases 2, 8, 10 and 16;  what 
are the use-cases for conversions in other bases?

----------
nosy: +marketdickinson

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6783>
_______________________________________


More information about the Python-bugs-list mailing list