[issue9094] Make python-m pickletools do something useful

Alexander Belopolsky report at bugs.python.org
Mon Jun 28 01:12:15 CEST 2010


New submission from Alexander Belopolsky <belopolsky at users.sourceforge.net>:

Attached patch makes python -m pickletools <picklefile> print symbolic disassembly of a pickle to stdout.  If the idea is well received, I will add help option, usage string and possibly -o option to redirect output to a file.

I am not sure that current "run doctest" behavior is worth preserving given that one can always do python -m doctest Lib/pickletools.py instead.

----------
assignee: belopolsky
components: Library (Lib)
files: pickletools.diff
keywords: easy, patch
messages: 108807
nosy: alexandre.vassalotti, belopolsky
priority: normal
severity: normal
stage: patch review
status: open
title: Make python-m pickletools do something useful
type: feature request
versions: Python 3.2
Added file: http://bugs.python.org/file17783/pickletools.diff

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


More information about the Python-bugs-list mailing list