history of del ListItem[x]

Maan Hamze mmhamze at pleiades.net
Sun Sep 16 13:23:32 EDT 2001


This is out of curiousity only:
Say we have a list List
To delete an item x from a list we use:
del List[x]

One expects from Python:
List.Delete[x]

Any history or reason for the former use?
Maan






More information about the Python-list mailing list