Issue1658686

classification
Title: float missing some numeric operation methods
Type: Severity: normal
Components: Core Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: cgroves
Priority: normal Keywords:

Created on 2007-02-13.07:31:00 by cgroves, last changed 2007-04-17.05:42:22 by cgroves.

Messages
msg1445 (view) Author: Charlie Groves (cgroves) Date: 2007-02-13.07:31:00
float is missing the
__rdivmod__
__rpow__
methods when compared to CPython 2.2
msg1446 (view) Author: Charlie Groves (cgroves) Date: 2007-04-17.05:42:22
Fixed in r3155.
History
Date User Action Args
2007-02-13 07:31:00cgrovescreate