[Python-ideas] Removing the del statement

Guido van Rossum guido at python.org
Fri Sep 28 16:42:34 CEST 2007


On 9/28/07, BJörn Lindqvist <bjourne at gmail.com> wrote:
> I have used "del x" a few times to shorten the list of exported names
> in modules which helps epydoc. Never found any use for del x[i] or del
> x.a though.

You never use dictionaries?

-- 
--Guido van Rossum (home page: http://www.python.org/~guido/)



More information about the Python-ideas mailing list