[issue1694663] Overloading int.__pow__ does not work

Raymond Hettinger report at bugs.python.org
Sun Nov 16 13:25:25 CET 2008


Raymond Hettinger <rhettinger at users.sourceforge.net> added the comment:

Georg, do you want to take a look at this patch.  I've neglected it
because I don't see why the argument signature matters (__neg__ and
__pow__ take a different number of arguments than the other magic
numeric methods that work just fine).

----------
assignee: rhettinger -> georg.brandl
nosy: +georg.brandl
priority: low -> normal

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1694663>
_______________________________________


More information about the Python-bugs-list mailing list