Christoph Zwerschke <c...@online.de> added the comment:

This is a related problem on Windows:

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

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

_______________________________________
Python tracker <rep...@bugs.python.org>
<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