summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-08-09 09:23:08 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-08-09 09:23:08 (GMT)
commitc97a962e089670a1d38d8676ebbc3f1801dd3111 (patch)
tree3346bb872b6290da8b3b2259b5c789bbb4982210 /Misc
parent83ee5a315ffbf6e6601cc5c5e7a692d249efb5ad (diff)
downloadcpython-c97a962e089670a1d38d8676ebbc3f1801dd3111.zip
cpython-c97a962e089670a1d38d8676ebbc3f1801dd3111.tar.gz
cpython-c97a962e089670a1d38d8676ebbc3f1801dd3111.tar.bz2
Issue #24824: Signatures of codecs.encode() and codecs.decode() now are
compatible with pydoc.
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 4cb08ee..209a4b9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,6 +15,9 @@ Core and Builtins
Library
-------
+- Issue #24824: Signatures of codecs.encode() and codecs.decode() now are
+ compatible with pydoc.
+
- Issue #24634: Importing uuid should not try to load libc on Windows
- Issue #24798: _msvccompiler.py doesn't properly support manifests