Open dmoisset opened 8 years ago
Current versions of __iadd__, __imul__ etc return None, while they should return the same type as __mul__
__iadd__
__imul__
None
__mul__
Current versions of
__iadd__
,__imul__
etc returnNone
, while they should return the same type as__mul__