[Python-Dev] Constancy of None (original) (raw)
Guido van Rossum guido at python.org
Fri Jul 16 18:19:07 CEST 2004
- Previous message: [Python-Dev] Constancy of None
- Next message: [Python-Dev] Constancy of None
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
(And is it time to make assignments to True and False trigger a SyntaxWarning, or should that wait until 2.5?)
We should be much more conservative with that. There's tons of code out there that assigns these (conditionally, if it's 2.3-aware) to truth values and we don't want to break that. The situation with None is much better, since it was always there; AFAIK only a few speed freaks in Zope-land have ever assigned to it (and always using the form "None = None").
--Guido van Rossum (home page: http://www.python.org/~guido/)
- Previous message: [Python-Dev] Constancy of None
- Next message: [Python-Dev] Constancy of None
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]