Marko Rauhamaa <ma...@pacujo.net>:

> operator.add(x, y) [...] leaves x and y intact and must return a new
> object.

Well, if the addition doesn't modify x, the method can of course return
x.


Marko
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to