PEP8 and 4 spaces

Gregory Ewing greg.ewing at canterbury.ac.nz
Fri Jul 4 19:17:13 EDT 2014


Lie Ryan wrote:
> PEP8 suggests using this style of method invocation:
> 
>     obj.method(foo,
>                bar,
>                baz)
> 
> which is an effect impossible to do correctly with tabs alone.

Yes, PEP 8 is self-contradictory in that regard.
I also happen to think that recommendation is insane
for other reasons as well, and cheerfully ignore it.

-- 
Greg



More information about the Python-list mailing list