This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author barcc
Recipients barcc
Date 2014-06-01.14:10:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401631835.62.0.606792689422.issue21626@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2014-06-01 14:10:35barccsetrecipients: + barcc
2014-06-01 14:10:35barccsetmessageid: <1401631835.62.0.606792689422.issue21626@psf.upfronthosting.co.za>
2014-06-01 14:10:35barcclinkissue21626 messages
2014-06-01 14:10:35barcccreate