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 MrJean1, mark.dickinson
Date 2008-06-22.08:32:55
SpamBayes Score 0.30626476
Marked as misclassified No
Message-id <1214123577.07.0.00155354837971.issue3167@psf.upfronthosting.co.za>
In-reply-to
Content
Could you tell me what

>>> import math
>>> math.log(float('-inf'))

gives instead of the expected ValueError?
History
Date User Action Args
2008-06-22 08:32:57mark.dickinsonsetspambayes_score: 0.306265 -> 0.30626476
recipients: + mark.dickinson, MrJean1
2008-06-22 08:32:57mark.dickinsonsetspambayes_score: 0.306265 -> 0.306265
messageid: <1214123577.07.0.00155354837971.issue3167@psf.upfronthosting.co.za>
2008-06-22 08:32:56mark.dickinsonlinkissue3167 messages
2008-06-22 08:32:55mark.dickinsoncreate