Re: [Python-Dev] [Python-3000] Sky pie: a "var" keyword

2006-10-10 Thread Fredrik Lundh
> 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

Re: [Python-Dev] [Python-3000] Sky pie: a "var" keyword

2006-10-10 Thread Nick Coghlan
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. --