[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.

--
nosy: +berker.peksag, serhiy.storchaka
resolution:  -> rejected
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 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 rep...@bugs.python.org
http://bugs.python.org/issue21626
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue21626] Add options width and compact to pickle cli

2014-06-01 Thread Serhiy Storchaka

Changes by Serhiy Storchaka storch...@gmail.com:


--
nosy: +alexandre.vassalotti, pitrou

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue21626
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com