PEP8 revised: max line lengths

Terry Reedy tjreedy at udel.edu
Thu Aug 1 16:19:41 EDT 2013


On 8/1/2013 3:52 PM, Terry Reedy wrote:
> Newly revised this morning:
> http://www.python.org/dev/peps/pep-0008/#maximum-line-length
> summary:
> 72 for text block (comments, triple-quoted strings)
> 79 for normal code
> 99 for code that is really more readable with extra
Or maybe not for stdlib. Guido think this is too 'loose'.

>
> The diff with all the changes is here
> http://hg.python.org/peps/rev/fb24c80e9afb


-- 
Terry Jan Reedy




More information about the Python-list mailing list