PEP 8 : Maximum line Length :

Ganesh Pal ganesh1pal at gmail.com
Tue May 13 03:07:24 EDT 2014


Hi  Team ,


what would be the best way to intent the below line .

I have few lines in my program exceeding the allowed maximum line Length of
79./80 characters

Example 1 :

   p =
Subprocess.Popen(shlex.split(cmd),stdout=subprocess.PIPE,stderr=subprocess.PIPE)


Iam running pylint and it says  the above line is tool long how do I limit
it to 79 character without violating any rules

************* Module isi_corrupt
C: 14,0: Line too long (88/80)
W: 19,0: Bad indentation. Found 6 spaces, expected 8


Regards,
Ganesh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20140513/bef867d7/attachment.html>


More information about the Python-list mailing list