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 belopolsky
Recipients alexandre.vassalotti, belopolsky
Date 2010-06-27.23:12:12
SpamBayes Score 0.0003391549
Marked as misclassified No
Message-id <1277680335.26.0.237686854485.issue9094@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-06-27 23:12:15belopolskysetrecipients: + belopolsky, alexandre.vassalotti
2010-06-27 23:12:15belopolskysetmessageid: <1277680335.26.0.237686854485.issue9094@psf.upfronthosting.co.za>
2010-06-27 23:12:13belopolskylinkissue9094 messages
2010-06-27 23:12:13belopolskycreate