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 mark.dickinson
Recipients mark.dickinson
Date 2009-04-25.13:29:29
SpamBayes Score 2.094585e-08
Marked as misclassified No
Message-id <1240666172.09.0.182601463406.issue5829@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-04-25 13:29:32mark.dickinsonsetrecipients: + mark.dickinson
2009-04-25 13:29:32mark.dickinsonsetmessageid: <1240666172.09.0.182601463406.issue5829@psf.upfronthosting.co.za>
2009-04-25 13:29:29mark.dickinsonlinkissue5829 messages
2009-04-25 13:29:29mark.dickinsoncreate