In article <mailman.9961.1399984013.18130.python-l...@python.org>,
 Ben Finney <b...@benfinney.id.au> wrote:

> Roy Smith <r...@panix.com> writes:
> 
> > >    p = Subprocess.Popen(shlex.split(cmd),
> > >                         stdout=subprocess.PIPE,
> > >                         stderr=subprocess.PIPE)
> 
> That is PEP 8 conformant, but I find it hurts maintainability: it is far
> too much indentation. Horizontal space is costly, because so much
> indentation severely limits the length of names etc. that you can use on
> the continuation lines.

It only does that if you limit yourself to 80 character lines.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to