[issue17150] pprint could use line continuation for long string literals

Fred L. Drake, Jr. report at bugs.python.org
Thu Feb 7 14:25:25 CET 2013


Fred L. Drake, Jr. added the comment:

I like this.

It would be especially nice if it were smart enough to split the segments after sequences of line-ends (r'(\r?\n)+').

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17150>
_______________________________________


More information about the Python-bugs-list mailing list