diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-12-20 15:42:38 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-12-20 15:42:38 (GMT) |
commit | de3ee5b94ff9a680d7653ca178b8b66a96a92af8 (patch) | |
tree | b320cc82434517c7b399a48b456313713473f113 /Misc | |
parent | a62b96b86c99eedbe35f8b434b1bc100ce713813 (diff) | |
download | cpython-de3ee5b94ff9a680d7653ca178b8b66a96a92af8.zip cpython-de3ee5b94ff9a680d7653ca178b8b66a96a92af8.tar.gz cpython-de3ee5b94ff9a680d7653ca178b8b66a96a92af8.tar.bz2 |
Issue #23071: Added missing names to codecs.__all__. Patch by Martin Panter.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -41,6 +41,8 @@ Core and Builtins Library ------- +- Issue #23071: Added missing names to codecs.__all__. Patch by Martin Panter. + - Issue #15513: Added a __sizeof__ implementation for pickle classes. - Issue #19858: pickletools.optimize() now aware of the MEMOIZE opcode, can |