Message141788
> 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. |
|
Date |
User |
Action |
Args |
2011-08-08 15:52:34 | eric.araujo | set | recipients:
+ eric.araujo, pitrou, eli.bendersky, docs@python |
2011-08-08 15:52:34 | eric.araujo | set | messageid: <1312818754.02.0.945275985794.issue12672@psf.upfronthosting.co.za> |
2011-08-08 15:52:33 | eric.araujo | link | issue12672 messages |
2011-08-08 15:52:33 | eric.araujo | create | |
|