[Python-Dev] Re: Stability and change (original) (raw)

Guido van Rossum guido@python.org
Mon, 08 Apr 2002 17:00:49 -0400


the concept of 'undefined behavior' is, I believe, known widely enough to rely on it a bit, at least where the docs mention it).

Tell that to the people who write L.append(1, 2, 3) despite that it was never documented. :-(

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