Mark Dickinson <[email protected]> added the comment: > Issue3451 looks much more promising for int formatting. But it will take > a lot of time to carefully check this.
I disagree: Issue 3451 is about *asymptotically* fast base conversion, and the changes proposed there are only going to kick in for numbers with hundreds of digits; it's not going to affect the common case at all. ---------- nosy: +mark.dickinson _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue14744> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
