[Python-ideas] PEP 8 update on line length
Jonathan Fine
jfine2358 at gmail.com
Wed Feb 20 14:53:21 EST 2019
Steven D'Aprano wrote:
> > I wasn't making a point. I was providing evidence.
>
> Evidence of what?
>
> What was the point of this evidence?
>
> If it was to demonstrate that it is possible to reformat function
> parameter lists to split over multiple lines, we already knew that.
>
> If it was to demonstrate something else, I have no idea what.
One idea arising from the evidence I provided was that like a
word-processor, one could use black.py to 'line-wrap' the Python code
to what is the current width of the editor window. Which may vary from
person to person.
(I did not say it at the time, because I did not have it at the time.
And because others might have different useful ideas coming from the
same piece of evidence.)
See https://mail.python.org/pipermail/python-ideas/2019-February/055424.html
--
Jonathan
More information about the Python-ideas
mailing list