summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-10-13 15:11:11 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-10-13 15:11:11 (GMT)
commit5fa41f1d1eb01ec50fec3dcd7c09a3d9dde6f301 (patch)
treeee9b9e4f0f08298a3c2dad8fd6b2b062c254ab86 /Misc
parenteb7414fc299031685a56172e9225043edf17ab18 (diff)
parente206b6e10ef051da924769ab0b449f0932c1a344 (diff)
downloadcpython-5fa41f1d1eb01ec50fec3dcd7c09a3d9dde6f301.zip
cpython-5fa41f1d1eb01ec50fec3dcd7c09a3d9dde6f301.tar.gz
cpython-5fa41f1d1eb01ec50fec3dcd7c09a3d9dde6f301.tar.bz2
Merge heads
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 57fba42..3ff145f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -42,6 +42,9 @@ Core and Builtins
Library
-------
+- Issue #17827: Add the missing documentation for ``codecs.encode`` and
+ ``codecs.decode``.
+
- Issue #19218: Rename collections.abc to _collections_abc in order to
speed up interpreter start.