[New-bugs-announce] [issue21626] Add options width and compact to pickle cli

B. Clausius report at bugs.python.org
Sun Jun 1 16:10:35 CEST 2014


New submission from B. Clausius:

The attached patch add this options to "python3 -m pickle" cli:
  -w WIDTH, --width WIDTH
                        maximum number of characters per line
  -c, --compact         display as many items as will fit on each output line
The options are forwarded as kwargs to pprint.pprint

----------
components: Library (Lib)
files: pickle_cli-options_width_and_compact.patch
keywords: patch
messages: 219501
nosy: barcc
priority: normal
severity: normal
status: open
title: Add options width and compact to pickle cli
type: enhancement
versions: Python 3.5
Added file: http://bugs.python.org/file35434/pickle_cli-options_width_and_compact.patch

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


More information about the New-bugs-announce mailing list