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: docs need to discuss // and __future__.division
Type: Stage:
Components: Documentation Versions: Python 2.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: fdrake Nosy List: akuchling, facundobatista, fdrake, gvanrossum, mleather, rhettinger
Priority: normal Keywords:

Created on 2001-08-08 12:39 by gvanrossum, last changed 2022-04-10 16:04 by admin. This issue is now closed.

Messages (9)
msg5835 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2001-08-08 12:39
The operator needs to get new interfaces added in
support of truediv and floordiv.
msg5836 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2001-08-08 12:40
Logged In: YES 
user_id=6380

Also a reminder for Fred to add more docs for this.
msg5837 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2001-08-09 20:22
Logged In: YES 
user_id=3066

Added floordiv() and truediv() in Modules/operator.c
revision 2.18.  There's still plenty of documentation to be
written regarding the changes in division, so I'm
re-classifying this as a documentation request.
msg5838 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2001-08-10 15:58
Logged In: YES 
user_id=3066

Added documentation for the operator.floordiv() and
operator.truediv() in Doc/lib/liboperator.tex revision 1.20.
msg5839 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2002-08-07 17:06
Logged In: YES 
user_id=80475

Can this be closed?
msg5840 - (view) Author: Matthew Leather (mleather) Date: 2004-01-25 02:37
Logged In: YES 
user_id=959425

FloorDiv node is not in Doc/lib/asttable.tex
msg5841 - (view) Author: Facundo Batista (facundobatista) * (Python committer) Date: 2004-11-26 00:11
Logged In: YES 
user_id=752496

Please, could you verify if this problem persists in Python 2.3.4
or 2.4?

If yes, in which version? Can you provide a test case?

If the problem is solved, from which version?

Note that if you fail to answer in one month, I'll close this bug
as "Won't fix".

Thank you! 

.    Facundo
msg5842 - (view) Author: Matthew Leather (mleather) Date: 2004-11-28 06:10
Logged In: YES 
user_id=959425

Problem persists in both versions.

I am no expert but think this is fixed by inserting the following: 

\lineiii{FloorDiv}{\member{left}}{}
\lineiii{}{\member{right}}{}
\hline

msg5843 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2005-11-22 15:03
Logged In: YES 
user_id=11375

I've applied the suggested change to asttable.tex on both
HEAD and release24-maint.  Thanks for reporting this!
History
Date User Action Args
2022-04-10 16:04:18adminsetgithub: 34923
2001-08-08 12:39:32gvanrossumcreate