[issue19104] pprint produces invalid output for long strings

Serhiy Storchaka report at bugs.python.org
Mon Sep 30 00:48:04 CEST 2013


Serhiy Storchaka added the comment:

The whole point of pprint() is formatted output of containers such as list or dict. Before 3.4 it does not wrap long strings at all.

Of course I don't think this alternative is good. But at least it is better than producing illegal output.

----------

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


More information about the Python-bugs-list mailing list