On Fri, Apr 29, 2011 at 11:11 AM, Ben Finney <[email protected]> wrote:
> Would it make sense for ‘NaN’ to be another instance of ‘NoneType’?

This is fine IHMO as I (personally) find myself doing things like:

if x is None:
    ...

cheers
James

-- 
-- James Mills
--
-- "Problems are solved by method"
_______________________________________________
Python-Dev mailing list
[email protected]
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