Eric Snow <ericsnowcurren...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue12672>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to