diff options
author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2010-07-03 20:35:53 (GMT) |
---|---|---|
committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2010-07-03 20:35:53 (GMT) |
commit | 60c762b77a87438691c1a788f0f427eb666e106b (patch) | |
tree | 4123b3908a72d369a074b468b78048b2fdee9670 /Misc | |
parent | df022da3d87311e44213ea2e5f95cc6667d44d83 (diff) | |
download | cpython-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |