[issue19132] Add compact mode to pprint

R. David Murray report at bugs.python.org
Mon Sep 30 16:48:19 CEST 2013


R. David Murray added the comment:

I like it.  If it isn't too difficult, I'd suggest that compact mode also indent the string continuation lines:

['one string', 'other string',
 'very very long string which is continued on '
  'several lines',
 'and again', 'and again', 'and again',
 'and again']

----------
nosy: +r.david.murray

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


More information about the Python-bugs-list mailing list