[issue8228] pprint, single/multiple items per line parameter

Amaury Forgeot d'Arc report at bugs.python.org
Thu Apr 1 10:31:09 CEST 2010


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

Please generate patches with "context diff", or better "unified diff", with the "diff -u" command.
I've done it, before the source code changes and the patch becomes impossible to apply.

Note that the new version does not respect the width:
len(pprint.pformat([1]*100).splitlines()[0]) == 81

----------
nosy: +amaury.forgeotdarc
Added file: http://bugs.python.org/file16719/issue_8228.patch

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


More information about the Python-bugs-list mailing list