summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-12-20 15:46:05 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-12-20 15:46:05 (GMT)
commit4d33ff6183de7b09a7242e9dd39fd7c8527e0b5b (patch)
tree79e2a6525af2ed097fa99fe1e5f5ad3efa4e5256 /Misc
parent651647550720556789aaa0dcb5527ff383142eef (diff)
parentde3ee5b94ff9a680d7653ca178b8b66a96a92af8 (diff)
downloadcpython-4d33ff6183de7b09a7242e9dd39fd7c8527e0b5b.zip
cpython-4d33ff6183de7b09a7242e9dd39fd7c8527e0b5b.tar.gz
cpython-4d33ff6183de7b09a7242e9dd39fd7c8527e0b5b.tar.bz2
Issue #23071: Added missing names to codecs.__all__. Patch by Martin Panter.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b164b80..fe76f6c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -196,6 +196,8 @@ Core and Builtins
Library
-------
+- Issue #23071: Added missing names to codecs.__all__. Patch by Martin Panter.
+
- Issue #22783: Pickling now uses the NEWOBJ opcode instead of the NEWOBJ_EX
opcode if possible.