str and unicode objects now have a __mod__ slot so don't special case them in
PyNumber_Remainder(). This fixes SF bug #615506 and allows string and unicode subclasses to override __mod__.
Showing
Please
register
or
sign in
to comment
PyNumber_Remainder(). This fixes SF bug #615506 and allows string and unicode subclasses to override __mod__.