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

langref: missing item in numeric op list #44485

Closed
phr mannequin opened this issue Jan 17, 2007 · 2 comments
Closed

langref: missing item in numeric op list #44485

phr mannequin opened this issue Jan 17, 2007 · 2 comments
Labels
docs Documentation in the Doc dir

Comments

@phr
Copy link
Mannequin

phr mannequin commented Jan 17, 2007

BPO 1637967
Nosy @birkenfeld

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 2007-01-17.21:10:06.000>
created_at = <Date 2007-01-17.18:26:06.000>
labels = ['docs']
title = 'langref: missing item in numeric op list'
updated_at = <Date 2007-01-17.21:10:06.000>
user = 'https://bugs.python.org/phr'

bugs.python.org fields:

activity = <Date 2007-01-17.21:10:06.000>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2007-01-17.18:26:06.000>
creator = 'phr'
dependencies = []
files = []
hgrepos = []
issue_num = 1637967
keywords = []
message_count = 2.0
messages = ['31067', '31068']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'phr']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1637967'
versions = ['Python 2.5']

@phr
Copy link
Mannequin Author

phr mannequin commented Jan 17, 2007

Language ref manual sec 3.4.7 "Emulating numeric types", the section documenting __iadd__, __imul__, etc. says "These methods are called to implement the augmented arithmetic operations (+=, -=, *=, /=, %=, **=, <<=, ...)". /= is for truediv and %= is for mod. //= (floordiv) should also be in this list since it is one of the operations described.

@phr phr mannequin closed this as completed Jan 17, 2007
@phr phr mannequin added the docs Documentation in the Doc dir label Jan 17, 2007
@phr phr mannequin closed this as completed Jan 17, 2007
@phr phr mannequin added the docs Documentation in the Doc dir label Jan 17, 2007
@birkenfeld
Copy link
Member

Thanks, fixed in rev. 53475, 53476 (2.5).

@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

1 participant