On Fri, Feb 15, 2008 at 10:53:14PM -0500, Mark Dickinson wrote:
>    * New float methods: is_finite, is_inf, is_integer and is_nan.
>    * New cmath functions: phase, polar and rect, isinf and isnan.
>    * New complex method: is_finite.

This may be a dumb question, but is there any particular reason that the
float methods are "is_inf" and "is_nan" but the cmath methods are
"isinf" and "isnan"?

Anyway, this all looks very useful.  Thanks.

-- 
Andrew McNabb
http://www.mcnabbs.org/andrew/
PGP Fingerprint: 8A17 B57C 6879 1863 DE55  8012 AB4D 6098 8826 6868

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to