New submission from Alexander Belopolsky <belopol...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue9094> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com