[docs] [issue12672] Some problems in documentation extending/newtypes.html
Éric Araujo
report at bugs.python.org
Mon Aug 8 17:52:34 CEST 2011
Éric Araujo <merwok at netwok.org> added the comment:
> 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.
----------
nosy: +eric.araujo, pitrou
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12672>
_______________________________________
More information about the docs
mailing list