This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.snow
Recipients docs@python, eli.bendersky, eric.araujo, eric.snow, python-dev
Date 2011-08-12.23:47:34
SpamBayes Score 3.8582804e-10
Marked as misclassified No
Message-id <1313192855.73.0.64918411163.issue12672@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-08-12 23:47:35eric.snowsetrecipients: + eric.snow, eric.araujo, eli.bendersky, docs@python, python-dev
2011-08-12 23:47:35eric.snowsetmessageid: <1313192855.73.0.64918411163.issue12672@psf.upfronthosting.co.za>
2011-08-12 23:47:35eric.snowlinkissue12672 messages
2011-08-12 23:47:35eric.snowcreate