[Tutor] list method sort()

David Broadwell dbroadwell at mindspring.com
Fri Apr 2 12:29:01 EST 2004


> Most of the list methods don't return the list. sort, reverse,
> append, extend, insert, remove.  I don't' know *why*, perhaps
> it is to re-enforce that it is in place.

Makes the list feel stackish ... which may be where Guido extended the list
from.

--

David Broadwell





More information about the Tutor mailing list