[Python-Dev] In-place operators

Raymond Hettinger python at rcn.com
Tue Mar 17 22:52:44 CET 2009


Does anyone think it was not a good idea to put in-place operations in the operator module?  For some objects, they don't map() as 
well as their regular counterparts.  Some in-place operations rely on the interpreter to take care of the actual assignment.   I've 
not yet seen good use cases for operator.isub() for example.


Raymond 



More information about the Python-Dev mailing list