]> granicus.if.org Git - python/commit
Issue #9378: python -m pickle <pickle file> will now load and display
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Tue, 27 Jul 2010 23:02:38 +0000 (23:02 +0000)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Tue, 27 Jul 2010 23:02:38 +0000 (23:02 +0000)
commit455f7bdc0543fa353d2666f16303b024c5e05155
tree8f71b9125d386d23708ff109df3fefdc18aba84f
parent9a381c7a02022268c1db9c228283e5b533237784
Issue #9378: python -m pickle <pickle file> will now load and display
the first object in the pickle file.
Lib/pickle.py
Misc/NEWS