@decorators

David Fraser davidf at sjsoft.com
Fri Aug 6 10:43:19 EDT 2004


John Roth wrote:
> "daishi" <google at daishi.fastmail.fm> wrote in message
> news:d22692a3.0408052233.3459c3fa at posting.google.com...
> 
>>For what it's worth:
>>
>>As far as I know, the proposed @decorator syntax will be the first
>>time that two logical lines of python with the same indentation will
>>not be independent of one another.
> 
> 
> Examples:
> 
> try - except - finally
> if - elif - else
> while - else
> 

I think he mean two consecutive lines of python code with the same 
indentation.

David



More information about the Python-list mailing list