Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs need to discuss // and __future__.division #34923

Closed
gvanrossum opened this issue Aug 8, 2001 · 9 comments
Closed

docs need to discuss // and __future__.division #34923

gvanrossum opened this issue Aug 8, 2001 · 9 comments
Assignees
Labels
docs Documentation in the Doc dir

Comments

@gvanrossum
Copy link
Member

BPO 449093
Nosy @gvanrossum, @freddrake, @akuchling, @rhettinger, @facundobatista

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/freddrake'
closed_at = <Date 2005-11-22.15:03:52.000>
created_at = <Date 2001-08-08.12:39:32.000>
labels = ['docs']
title = 'docs need to discuss // and __future__.division'
updated_at = <Date 2005-11-22.15:03:52.000>
user = 'https://github.com/gvanrossum'

bugs.python.org fields:

activity = <Date 2005-11-22.15:03:52.000>
actor = 'akuchling'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2001-08-08.12:39:32.000>
creator = 'gvanrossum'
dependencies = []
files = []
hgrepos = []
issue_num = 449093
keywords = []
message_count = 9.0
messages = ['5835', '5836', '5837', '5838', '5839', '5840', '5841', '5842', '5843']
nosy_count = 6.0
nosy_names = ['gvanrossum', 'fdrake', 'akuchling', 'rhettinger', 'facundobatista', 'mleather']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue449093'
versions = ['Python 2.4']

@gvanrossum
Copy link
Member Author

The operator needs to get new interfaces added in
support of truediv and floordiv.

@gvanrossum gvanrossum added the docs Documentation in the Doc dir label Aug 8, 2001
@gvanrossum gvanrossum added the docs Documentation in the Doc dir label Aug 8, 2001
@gvanrossum
Copy link
Member Author

Logged In: YES
user_id=6380

Also a reminder for Fred to add more docs for this.

@freddrake
Copy link
Member

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.

@freddrake
Copy link
Member

Logged In: YES
user_id=3066

Added documentation for the operator.floordiv() and
operator.truediv() in Doc/lib/liboperator.tex revision 1.20.

@rhettinger
Copy link
Contributor

Logged In: YES
user_id=80475

Can this be closed?

@mleather
Copy link
Mannequin

mleather mannequin commented Jan 25, 2004

Logged In: YES
user_id=959425

FloorDiv node is not in Doc/lib/asttable.tex

@facundobatista
Copy link
Member

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

@mleather
Copy link
Mannequin

mleather mannequin commented Nov 28, 2004

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

@akuchling
Copy link
Member

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!

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir
Projects
None yet
Development

No branches or pull requests

5 participants