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 skip.montanaro
Recipients
Date 2003-03-27.21:30:22
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This is maybe a minor nit, but math.log(0) raises an OverflowError
(range error) while math.log(0L) raises a ValueError (domain error).
Seems to me they ought to behave the same.  I noticed this in
2.2.2 but it's present in CVS.  In 2.1, both return -Inf.
History
Date User Action Args
2007-08-23 14:12:09adminlinkissue711019 messages
2007-08-23 14:12:09admincreate