[Python-bugs-list] [ python-Bugs-597318 ] tiny doc bug -- __rtruediv__
noreply@sourceforge.net
noreply@sourceforge.net
Mon, 19 Aug 2002 16:23:41 -0700
Bugs item #597318, was opened at 2002-08-19 14:05
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=597318&group_id=5470
Category: Documentation
Group: Python 2.2.1
>Status: Closed
>Resolution: Out of Date
Priority: 5
Submitted By: Andrew Koenig (arkoenig)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: tiny doc bug -- __rtruediv__
Initial Comment:
The language reference, section 3.3.6, fails to mention
__rtruediv__, which experiment shows is actually
implemented (and necessary if you want to overload
division when __future__.division is in effect).
----------------------------------------------------------------------
>Comment By: Raymond Hettinger (rhettinger)
Date: 2002-08-19 18:23
Message:
Logged In: YES
user_id=80475
Good catch, but the time machine beat you to it.
See http://www.python.org/dev/doc/devel/ref/numeric-
types.html for the latest and greatest iteration of the
docs. Also, this change was backported to be in 2.2.2.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=597318&group_id=5470