This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Missing operator docs
Type: Stage:
Components: Documentation Versions: Python 2.2
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: rhettinger Nosy List: david_abrahams, rhettinger
Priority: normal Keywords:

Created on 2002-06-02 13:22 by david_abrahams, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Messages (3)
msg11018 - (view) Author: David Abrahams (david_abrahams) Date: 2002-06-02 13:22
I see no mention of the following at 
http://www.python.org/dev/doc/devel/ref/numeric-
types.html:

__rfloordiv__
__rtruediv__
__ifloordiv__
__itruediv__
msg11019 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2002-06-18 04:20
Logged In: YES 
user_id=80475

Will patch and re-assign back to Fred.
msg11020 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2002-06-20 06:19
Logged In: YES 
user_id=80475

Easy fix.
Committed ref3.tex ver 1.92 and 1.82.4.4
Closing bug.
History
Date User Action Args
2022-04-10 16:05:23adminsetgithub: 36686
2002-06-02 13:22:45david_abrahamscreate