Georg Brandl schrieb:
> 
>>   a.([b])
> No. (you can't write a([b]) today)

Actually, you can, but it means something

> 
>>   a   .  [  b  ]
> Yes. (you can write a . b today)

OTOH, you can't write

   x + = 2

or

   a = 2 * * 4

so it's not that obvious that .[ should be two tokens.

Regards,
Martin

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to