From: Serhiy Storchaka Date: Sun, 9 Aug 2015 09:25:07 +0000 (+0300) Subject: Issue #24824: Signatures of codecs.encode() and codecs.decode() now are X-Git-Tag: v3.6.0a1~1808 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=224d403050c1fc8a8345c802d50eaaeb2fdadeae;p=thirdparty%2FPython%2Fcpython.git Issue #24824: Signatures of codecs.encode() and codecs.decode() now are compatible with pydoc. --- 224d403050c1fc8a8345c802d50eaaeb2fdadeae diff --cc Misc/NEWS index 9bda24a083f0,209a4b953e21..b0c5f7628952 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -15,6 -15,13 +15,9 @@@ Core and Builtin 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 - - Issue #4395: Better testing and documentation of binary operators. Patch by Martin Panter.