6.5. The del
    <http://docs.python.org/reference/simple_stmts.html#del> statement

*del_stmt* ::=  "del" target_list 
<http://docs.python.org/reference/simple_stmts.html#grammar-token-target_list>

Deletion is recursively defined very similar to the way assignment is
defined. Rather than spelling it out in full details, here are some hints.

===============================================

They call this DOCUMENTATION??? "it's similar to such and such - you
figure it out....here are the hints"!

Bah! I hope their code is better than the documentation. :-p


Ray

P.S. Not a request for help - I can find the answers. Just a comment on
the documentation in general

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to