[issue26669] time.localtime(float("NaN")) does not raise a ValueError on all platforms

STINNER Victor report at bugs.python.org
Thu Jan 10 11:53:59 EST 2019


STINNER Victor <vstinner at redhat.com> added the comment:

I wrote PR 11507 to raise ValueError rather than OverflowError for -inf and +inf.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue26669>
_______________________________________


More information about the Python-bugs-list mailing list