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


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to