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.araujo
Recipients docs@python, eli.bendersky, eric.araujo, pitrou
Date 2011-08-08.15:52:33
SpamBayes Score 0.012324139
Marked as misclassified No
Message-id <1312818754.02.0.945275985794.issue12672@psf.upfronthosting.co.za>
In-reply-to
Content
> it's unclear what [].append is.
It’s crystal clear to me: [].append is a method of a list object, just created here by a literal.  (Maybe you’re not aware that [].append is valid Python.)

> The C coding convention is unusual and non PEP-7 in 2.1.1
Running Tools/scripts/untabify.py on the C codebase reveals problems in Doc/include/*.c, Objects, Python, etc.
History
Date User Action Args
2011-08-08 15:52:34eric.araujosetrecipients: + eric.araujo, pitrou, eli.bendersky, docs@python
2011-08-08 15:52:34eric.araujosetmessageid: <1312818754.02.0.945275985794.issue12672@psf.upfronthosting.co.za>
2011-08-08 15:52:33eric.araujolinkissue12672 messages
2011-08-08 15:52:33eric.araujocreate