PEP 285: Adding a bool type

Bernhard Herzog bh at intevation.de
Fri Apr 5 05:04:16 EST 2002


Robin Becker <robin at jessikat.fsnet.co.uk> writes:

> In any large subject a 'Guido' will always claim to be bigger than 'God'

Well, 'Guido' *is* bigger than 'God':

Python 2.3a0 (#2, Apr  4 2002, 18:58:40) 
[GCC 2.95.4 20011006 (Debian prerelease)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> 'Guido' > 'God'
True
>>> 

However, he's still not bigger than 'Larry':

>>> 'Guido' > 'Larry'
False
>>> 

But 'Tim' is:

>>> 'Tim' > 'Larry'
True
>>> 


   Bernhard

-- 
Intevation GmbH                                 http://intevation.de/
Sketch                                 http://sketch.sourceforge.net/
MapIt!                                           http://www.mapit.de/



More information about the Python-list mailing list