Mark Dickinson <dicki...@gmail.com> added the comment: >From the current trunk:
>>> format(float('1e88'), '1<20') '1e+88111111111111111' [64734 refs] >>> format(float('1e88'), '0<20') '0000000000000001e+88' [64734 refs] ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue6871> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com