New submission from Lorenz Quack <d...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue5488>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to