]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #21171: Fixed undocumented filter API of the rot13 codec.
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 13 Apr 2014 14:08:51 +0000 (17:08 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 13 Apr 2014 14:08:51 +0000 (17:08 +0300)
Patch by Berker Peksag.

1  2 
Misc/NEWS

diff --cc Misc/NEWS
index 0b558727ba1cbdfe55f4ea89c73a70e934920247,f381c93109b01ca46432c10664b9de7fced5d1d5..949d8e69772ef6a85b0aac5dda63bed44999087a
+++ 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