On Tue, Nov 22, 2005 at 04:08:41PM -0800, Steve R. Hastings wrote:
> Actually, that's a better syntax than the one I proposed, too:
> 
> __+__
> # __add__     # this one's already in use, so not allowed
> __outer*__

Again, this means something already.

>>> __ = 3
>>> __+__
6
>>> __outer = 'x'
>>> __outer*__
'xxx'

Jeff

Attachment: pgpNa1qktcWxk.pgp
Description: PGP signature

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to