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

floor division not documented #43081

Closed
Cito mannequin opened this issue Mar 23, 2006 · 2 comments
Closed

floor division not documented #43081

Cito mannequin opened this issue Mar 23, 2006 · 2 comments
Labels
docs Documentation in the Doc dir

Comments

@Cito
Copy link
Mannequin

Cito mannequin commented Mar 23, 2006

BPO 1457358
Nosy @Cito

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 = None
closed_at = <Date 2006-03-25.21:29:13.000>
created_at = <Date 2006-03-23.22:36:42.000>
labels = ['docs']
title = 'floor division not documented'
updated_at = <Date 2006-03-25.21:29:13.000>
user = 'https://github.com/Cito'

bugs.python.org fields:

activity = <Date 2006-03-25.21:29:13.000>
actor = 'nnorwitz'
assignee = 'nnorwitz'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2006-03-23.22:36:42.000>
creator = 'cito'
dependencies = []
files = []
hgrepos = []
issue_num = 1457358
keywords = []
message_count = 2.0
messages = ['27861', '27862']
nosy_count = 2.0
nosy_names = ['nnorwitz', 'cito']
pr_nums = []
priority = 'low'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1457358'
versions = ['Python 2.4']

@Cito
Copy link
Mannequin Author

Cito mannequin commented Mar 23, 2006

In chapter 2.3.4 of the Lib Reference
(2.3.4 Numeric Types -- int, float, long, complex),
the floor division operator (//) is missing.
It is only referred to in the explanation of the divmod
operator, but without explaining the meaning of //
itself. I think it would be good to make the //
operator more popular, so people can start to make
their code future proof.

@Cito Cito mannequin closed this as completed Mar 23, 2006
@Cito Cito mannequin assigned nnorwitz Mar 23, 2006
@Cito Cito mannequin added the docs Documentation in the Doc dir label Mar 23, 2006
@Cito Cito mannequin closed this as completed Mar 23, 2006
@Cito Cito mannequin assigned nnorwitz Mar 23, 2006
@Cito Cito mannequin added the docs Documentation in the Doc dir label Mar 23, 2006
@nnorwitz
Copy link
Mannequin

nnorwitz mannequin commented Mar 25, 2006

Logged In: YES
user_id=33168

The change should appear within 12 hours in both places:
http://docs.python.org/dev/
http://docs.python.org/dev/2.4/

Committed revision 43312.
Committed revision 43313. (2.4)

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 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

0 participants