[Python-Dev] ACCEPTED: PEP 285 (original) (raw)

Guido van Rossum guido@python.org
Thu, 04 Apr 2002 13:59:16 -0500


While Gustavo suggests to let pass 'a is True', I recommend to give a warning for this - people who want to see whether something is True should write 'True is a'.

Yuck.

--Guido van Rossum (home page: http://www.python.org/~guido/)