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 jyasskin
Recipients facundobatista, gvanrossum, jyasskin, mark.dickinson, rhettinger
Date 2008-01-19.09:56:32
SpamBayes Score 0.38969037
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
I coulda sworn I looked for is_nan and is_infinite. Oh well, switched to
using .is_finite, which is even better and checked in as r60068. Thanks
for the pointer.
History
Date User Action Args
2008-01-19 09:56:34jyasskinsetspambayes_score: 0.38969 -> 0.38969037
recipients: + jyasskin, gvanrossum, rhettinger, facundobatista, mark.dickinson
2008-01-19 09:56:34jyasskinsetspambayes_score: 0.38969 -> 0.38969
messageid: <[email protected]>
2008-01-19 09:56:33jyasskinlinkissue1682 messages
2008-01-19 09:56:32jyasskincreate