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 eli.bendersky
Recipients docs@python, eli.bendersky, eric.araujo, pitrou, python-dev
Date 2011-08-12.08:54:30
SpamBayes Score 6.532449e-05
Marked as misclassified No
Message-id <1313139270.82.0.442008358841.issue12672@psf.upfronthosting.co.za>
In-reply-to
Content
Maybe it should say:

"... to distinguish them from custom class methods such as list's append"

I think this is more correct, because it clearly refers to the methods placed in the 'tp_methods' field of a type.


... and also drop the (which we call "object methods") since this terminology isn't actually being used in the rest of the article.
History
Date User Action Args
2011-08-12 08:54:30eli.benderskysetrecipients: + eli.bendersky, pitrou, eric.araujo, docs@python, python-dev
2011-08-12 08:54:30eli.benderskysetmessageid: <1313139270.82.0.442008358841.issue12672@psf.upfronthosting.co.za>
2011-08-12 08:54:30eli.benderskylinkissue12672 messages
2011-08-12 08:54:30eli.benderskycreate