[New-bugs-announce] [issue6754] Non-existent member 'nb_inplace_divide' in PyNumberMethods

KAJIYAMA, Tamito report at bugs.python.org
Fri Aug 21 12:53:16 CEST 2009


New submission from KAJIYAMA, Tamito <rd6t-kjym at asahi-net.or.jp>:

In the "Python/C API Reference Manual", Section "Object Implementation 
Support", Subsection "Number Object Structures" 
(http://docs.python.org/3.1/c-api/typeobj.html#number-object-
structures), the definition of the PyNumberMethods structure has a non-
existent member 'nb_inplace_divide'.  This should be simply omitted.

----------
assignee: georg.brandl
components: Documentation
messages: 91814
nosy: georg.brandl, kajiyama
severity: normal
status: open
title: Non-existent member 'nb_inplace_divide' in PyNumberMethods
versions: Python 3.1

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6754>
_______________________________________


More information about the New-bugs-announce mailing list