[issue5488] nb_inplace_divide slot is missing in docs
Lorenz Quack
report at bugs.python.org
Sat Mar 14 18:16:33 CET 2009
New submission from Lorenz Quack <don at amberfisharts.com>:
http://docs.python.org/c-api/typeobj.html#PyNumberMethods lists the
slots in the PyNumberMethods struct used to implement the Number
Protocol for extension types.
The entry for "binaryfunc nb_inplace_divide;" is missing from this listing.
It belongs between "binaryfunc nb_inplace_multiply;" and "binaryfunc
nb_inplace_remainder;"
There is a patch against r70371 of the trunk attached.
----------
assignee: georg.brandl
components: Documentation
files: typeobj.rst.patch
keywords: patch
messages: 83595
nosy: donlorenzo, georg.brandl
severity: normal
status: open
title: nb_inplace_divide slot is missing in docs
versions: Python 2.6, Python 2.7, Python 3.0, Python 3.1
Added file: http://bugs.python.org/file13333/typeobj.rst.patch
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5488>
_______________________________________
More information about the Python-bugs-list
mailing list