On Wed, 16 Apr 2008 21:13:18 -0400, Steve Holden wrote:
> 
> Since there is only one instance of TypeNone (the value we reference as 
> None) the easiest test is
> 
>    if x is None:
> 

Thanks... the "if x is None:" statement is exactly what I was looking for.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to