Warren Postma <[EMAIL PROTECTED]> writes:

> [EMAIL PROTECTED] wrote:
> 
> > I just read in the 'What's New in Python 2.4' document that the None
> > data type was converted to a constant:
> > http://python.org/doc/2.4/whatsnew/node15.html
> 
> Implication: A long standing wart in Python now gone.  Its time to
> gloat. Are there any really evil glitches LEFT in Python?

Python 2.4 (#1, Dec  1 2004, 14:23:15) 
[GCC 3.2.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> True, False = False, True
>>> True
False
>>> 

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to