New submission from KAJIYAMA, Tamito <rd6t-k...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue6754> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com