[issue9378] Make python -m pickle do something useful

2010-07-27 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: Committed in r83188. -- stage: commit review -> committed/rejected status: open -> closed ___ Python tracker ___ _

[issue9378] Make python -m pickle do something useful

2010-07-27 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- resolution: -> accepted stage: patch review -> commit review ___ Python tracker ___ ___ Python-bu

[issue9378] Make python -m pickle do something useful

2010-07-27 Thread Antoine Pitrou
Antoine Pitrou added the comment: I haven't tested, but it looks good to me. -- ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue9378] Make python -m pickle do something useful

2010-07-25 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- nosy: +alexandre.vassalotti, mark.dickinson, pitrou ___ Python tracker ___ ___ Python-bugs-list ma

[issue9378] Make python -m pickle do something useful

2010-07-25 Thread Alexander Belopolsky
New submission from Alexander Belopolsky : Attached patch makes python -m pickle unpickle the first object from the pickle file and display it using pprint. Future enhancements may include printing the summary (object number, object type) of the multiobject pickles, option to control display