diff options
author | Raymond Hettinger <python@rcn.com> | 2008-02-10 20:35:16 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2008-02-10 20:35:16 (GMT) |
commit | da614dcc4f56bfb136c53b04d60889870d969926 (patch) | |
tree | a61612e5c30d966b64d003ffcf076b9533136f3c /Misc | |
parent | 900b7835268b1ca0ce0034f76a269a0d8eda570b (diff) | |
download | cpython-da614dcc4f56bfb136c53b04d60889870d969926.zip cpython-da614dcc4f56bfb136c53b04d60889870d969926.tar.gz cpython-da614dcc4f56bfb136c53b04d60889870d969926.tar.bz2 |
Complete an open todo on pickletools -- add a pickle optimizer.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -400,6 +400,9 @@ Core and builtins Library ------- +- The pickletools module now provides an optimize() function + that eliminates unused PUT opcodes from a pickle string. + - #2021: Allow tempfile.NamedTemporaryFile and SpooledTemporaryFile to be used in with statements by correctly supporting the context management protocol. |