Christoph Zwerschke <[email protected]> added the comment:

This is a related problem on Windows:

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

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

_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue4799>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to