[issue21626] Add options width and compact to pickle cli

2016-10-05 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the patch, but the pickle CLI is not part of the public API and I don't think these new options are going to be useful for general use. Closing this as 'rejected'. Please re-open if Serhiy (or others) would find this a reasonable improvement. --

[issue21626] Add options width and compact to pickle cli

2014-06-01 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- nosy: +alexandre.vassalotti, pitrou ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscr

[issue21626] Add options width and compact to pickle cli

2014-06-01 Thread B. Clausius
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 kwarg