list.clear() missing?!?

Fredrik Lundh fredrik at pythonware.com
Thu Apr 13 07:53:00 EDT 2006


Peter Hansen wrote:

> One of very first things newcomers learn (I believe, though I don't know
> how soon the tutorial teaches it)

let's see.  lists are introduced on page 19, a more extensive discussion of lists is
found on page 33, the del statement appears on page 34, and the dir() function
is introduced on page 46.

(page numbers from the current pytut PDF copy)

</F> 






More information about the Python-list mailing list