On Thursday 31 January 2008, Jim Crowell wrote:
> With __rmul__ not being in the list of supported special methods, is
> there any way I can implement Float*MyVectorClassInstance? If not, any
> chance of getting __rmul__ added?

That turned out to be easier than expected. Support for __radd__, __rsub__,
__rmul__, __rdiv__, __rmod__, __rlshift__, __rrshift__, __rand__, __ror__, and
__rxor__ will be in tonight's snapshot.

Phil
_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to