[issue4799] handling inf/nan in '%f'

Christoph Zwerschke report at bugs.python.org
Thu Apr 9 19:45:48 CEST 2009


Christoph Zwerschke <cito at online.de> added the comment:

This is a related problem on Windows:

'%g' % 1e400 -> '1.#INF'
'%.f'  % 1e400 --> '1'

----------
nosy: +cito

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


More information about the Python-bugs-list mailing list