[issue19104] pprint produces invalid output for long strings

Antoine Pitrou report at bugs.python.org
Fri Sep 27 19:17:46 CEST 2013


Antoine Pitrou added the comment:

> "implicit string literal concatenation considered harmful"

Both patches rely on implicit string literal concatenation.

Another possibility is not fixing this issue, and deciding it is normal behaviour. It is trivial to add parentheses if you need them.

----------

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


More information about the Python-bugs-list mailing list