[issue5829] float('1e500') -> inf, complex('1e500') -> ValueError

Mark Dickinson report at bugs.python.org
Sat Apr 25 15:29:32 CEST 2009


Mark Dickinson <dickinsm at gmail.com> added the comment:

complex('1e-500') bug fixed in r71891 (2.6) and r71892 (3.0).
It's already gone in trunk and py3k.

What's left is deciding whether the OverflowError that 2.7 and 3.1 
currently produce should disappear in favour of producing infinities 
instead.

----------

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


More information about the Python-bugs-list mailing list