del() function - cannot find documentation

mafeusek at gmail.com mafeusek at gmail.com
Thu Oct 7 16:12:32 EDT 2010


Hallo ML.

there is following python script:

mine = { 1: "sd", 2: "mk" }
del(mine[1])
print mine

the problem is I cannot find any information about del() function in
python 2.7 documentation.
is it a documentation bug or I misunderstand something about del()?

best regards,
Pawel





More information about the Python-list mailing list