Ezio Melotti added the comment:
.. function:: int(n=0)
int(s, base=10)should do the trick. +1 on using this instead of int([number | string[, base]]) ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue14783> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
