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, eric.snow, python-dev, terry.reedy
Date 2011-08-16.05:46:06
SpamBayes Score 1.3269342e-05
Marked as misclassified No
Message-id <1313473567.46.0.436005479756.issue12672@psf.upfronthosting.co.za>
In-reply-to
Content
"[].append is a Python-level method object that wraps a C function."

What makes you think that? There's no Python implementation of .append that I know of. Neither is there a Python implementation of the Noddy.name method that is discussed in the page. Both are implemented solely in C and exposed as methods for their respective classes via the tp_methods array.

"Or the sentence could be deleted."

This could be problematic, because the document does refer to "type methods" on several occasions, and it makes sense to define what it means.
History
Date User Action Args
2011-08-16 05:46:07eli.benderskysetrecipients: + eli.bendersky, terry.reedy, eric.araujo, docs@python, python-dev, eric.snow
2011-08-16 05:46:07eli.benderskysetmessageid: <1313473567.46.0.436005479756.issue12672@psf.upfronthosting.co.za>
2011-08-16 05:46:06eli.benderskylinkissue12672 messages
2011-08-16 05:46:06eli.benderskycreate