python3: 'where' keyword

Andrey Tatarinov elephantum at dezcom.mephi.ru
Sun Jan 9 06:33:41 EST 2005


Nick Coghlan wrote:
>> sorry, I used "expression" carelessly.
>>
>> I mean that
>>  >>> print words[3], words[5]
>> is a single expression
>> (and that would be in Python 3, when print would be subtituted with 
>> write()/writeln()).
> 
> 'statement' is the appropriate word in Python's grammar.

thanks )

> And I don't think we'd actually have to wait for Python 3 for this, we'd 
> just have to do the __future__ dance in order to introduce the new keyword.

resonable, I mentioned Python3 as something in not that near future, 
that'd be great to think of it earlier



More information about the Python-list mailing list