[EMAIL PROTECTED] wrote:
> kenny Nguyen>Does anyone know the operator "=+"?
> 
> It isn't an operator, it's equivalent to = (assignment) only.

Though actually it would try to call the __pos__ method on the object 
prior to binding it to the name on the left side.  (Much as - would call 
the __neg__ method if it existed.)  :-)

-Peter

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

Reply via email to