<[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
| FWIW:
| Python 2.5 (r25:51908, Jan 21 2007, 03:10:25)
| [GCC 3.4.6 20060404 (Red Hat 3.4.6-3)] on HOSTNAME_REDACTED
| Type "help", "copyright", "credits" or "license" for more information.
| >>> class MyInt(int):
| ...     __pow__ = int.__add__
| ...
| >>> i=MyInt(42)
| >>> i**3
| 74088

Thanks.  Bug report submitted
http://sourceforge.net/tracker/index.php?func=detail&aid=1694663&group_id=5470&atid=105470
or
http://python.org/sf/1694663

Terry Jan Reedy



-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to