From: Serhiy Storchaka Date: Sun, 13 Apr 2014 14:08:51 +0000 (+0300) Subject: Issue #21171: Fixed undocumented filter API of the rot13 codec. X-Git-Tag: v3.5.0a1~1904 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9c5553e122303bb3e88f3867fadb08e03d08aed1;p=thirdparty%2FPython%2Fcpython.git Issue #21171: Fixed undocumented filter API of the rot13 codec. Patch by Berker Peksag. --- 9c5553e122303bb3e88f3867fadb08e03d08aed1 diff --cc Misc/NEWS index 0b558727ba1c,f381c93109b0..949d8e69772e --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -34,10 -27,9 +34,13 @@@ Core and Builtin Library ------- + - Issue #21171: Fixed undocumented filter API of the rot13 codec. + Patch by Berker Peksag. + +- Issue #20539: Improved math.factorial error message for large positive inputs + and changed exception type (OverflowError -> ValueError) for large negative + inputs. + - Issue #21172: isinstance check relaxed from dict to collections.Mapping. - Issue #21155: asyncio.EventLoop.create_unix_server() now raises a ValueError