This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Keith.Randall
Recipients Keith.Randall
Date 2014-02-07.18:44:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391798675.64.0.456943405881.issue20543@psf.upfronthosting.co.za>
In-reply-to
Content
>>> 1e200*1e200
inf
>>> 1e200**2
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
OverflowError: (34, 'Numerical result out of range')

Shouldn't floating-point operations overflow to inf, not generate exceptions?
History
Date User Action Args
2014-02-07 18:44:35Keith.Randallsetrecipients: + Keith.Randall
2014-02-07 18:44:35Keith.Randallsetmessageid: <1391798675.64.0.456943405881.issue20543@psf.upfronthosting.co.za>
2014-02-07 18:44:35Keith.Randalllinkissue20543 messages
2014-02-07 18:44:35Keith.Randallcreate