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 benjamin.peterson, mark.dickinson
Date 2010-07-05.15:26:35
SpamBayes Score 0.27856186
Marked as misclassified No
Message-id <1278343599.69.0.0867124769917.issue9165@psf.upfronthosting.co.za>
In-reply-to
Content
+1.  This is natural counterpart to math.isinf and math.isnan.  In fact, it's quite surprising to have those two functions available and not math.isfinite.

Here's a patch.
History
Date User Action Args
2010-07-05 15:26:39mark.dickinsonsetrecipients: + mark.dickinson, benjamin.peterson
2010-07-05 15:26:39mark.dickinsonsetmessageid: <1278343599.69.0.0867124769917.issue9165@psf.upfronthosting.co.za>
2010-07-05 15:26:37mark.dickinsonlinkissue9165 messages
2010-07-05 15:26:37mark.dickinsoncreate