summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>2010-07-03 20:35:53 (GMT)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>2010-07-03 20:35:53 (GMT)
commit60c762b77a87438691c1a788f0f427eb666e106b (patch)
tree4123b3908a72d369a074b468b78048b2fdee9670 /Misc
parentdf022da3d87311e44213ea2e5f95cc6667d44d83 (diff)
downloadcpython-60c762b77a87438691c1a788f0f427eb666e106b.zip
cpython-60c762b77a87438691c1a788f0f427eb666e106b.tar.gz
cpython-60c762b77a87438691c1a788f0f427eb666e106b.tar.bz2
Issue #9094: Make python -m pickletools disassemble pickles given in
the command line.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3b2ff32..091deab 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -468,6 +468,10 @@ C-API
Library
-------
+- Issue #9094: python -m pickletools will now disassemble pickle files
+ listed in the command line arguments. See output of python -m
+ pickletools -h for more details.
+
- Issue #5468: urlencode to handle bytes type and other encodings in its query
parameter. Patch by Dan Mahn.