[docs] [issue12672] Some problems in documentation extending/newtypes.html

Eric Snow report at bugs.python.org
Sat Aug 13 01:47:35 CEST 2011


Eric Snow <ericsnowcurrently at gmail.com> added the comment:

Eli, I interpreted it the same way you did.  In the doc, "type methods" are those that map directly to PyTypeObject.  Any custom type methods go in tp_methods.  You could almost call the former "PyTypeObject methods" rather than "type methods".  And both are distinct from functions/methods in a type's __dict__...

Also I agree that the "object methods" statement is unnecessary.

----------
nosy: +ericsnow

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


More information about the docs mailing list