> 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/)