On 4/18/06, Greg Ewing <[EMAIL PROTECTED]> wrote: > No, it wouldn't. There's no problem in giving an operator > different unary and binary meanings; '-' already does > that.
However unlike -, there is a two character ** operator, so while x--y is the same as x - - y, x**y would not be the same as x * * y. Michael -- Michael Urman http://www.tortall.net/mu/blog _______________________________________________ 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