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
Date 2011-08-01.03:54:53
SpamBayes Score 0.0035554885
Marked as misclassified No
Message-id <1312170894.35.0.0326753633212.issue12672@psf.upfronthosting.co.za>
In-reply-to
Content
Reading the C API documentation: extending/newtypes.html

Some problems:

1. In the first paragraph of 2.1 - "to distinguish them from things like [].append", it's unclear what [].append is. Maybe "[] and append"?
2. The C coding convention is unusual and non PEP-7 in 2.1.1 (after "if (self->first == NULL)" in Noddy_new)
3. The previous problem repeats in other instances of Noddy_new in the document


I found these while reading the 2.7 docs, but they could also exist in 3.x (didn't check).
History
Date User Action Args
2011-08-01 03:54:54eli.benderskysetrecipients: + eli.bendersky, docs@python
2011-08-01 03:54:54eli.benderskysetmessageid: <1312170894.35.0.0326753633212.issue12672@psf.upfronthosting.co.za>
2011-08-01 03:54:53eli.benderskylinkissue12672 messages
2011-08-01 03:54:53eli.benderskycreate