Python 2.4 removes None data type?
Jacek Generowicz
jacek.generowicz at cern.ch
Wed Mar 9 07:37:39 EST 2005
More information about the Python-list mailing list
Wed Mar 9 07:37:39 EST 2005
- Previous message (by thread): Python 2.4 removes None data type?
- Next message (by thread): Python 2.4 removes None data type?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Warren Postma <wp at tekran__NOSP7M.com> writes: > gaudetteje at gmail.com 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 >>>
- Previous message (by thread): Python 2.4 removes None data type?
- Next message (by thread): Python 2.4 removes None data type?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list