> I forgot the import statement (especially the * version)
not only that, you also forgot what mailing list you were posting to...
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe:
ht
Nick Coghlan wrote:
> Any proposal such as this also needs to addresses all of the *other* name
> binding statements in Python:
>
>try/except
>for loop
>with statement
>def statement
>class statement
I forgot the import statement (especially the * version)
Cheers,
Nick.
--