changeset: 97693:8b81b7ad2d0a branch: 3.5 user: Steve Dower date: Sat Sep 05 12:23:00 2015 -0700 files: Misc/NEWS description: Issue #24917: Moves NEWS entry under Library. diff -r 09b62202d9b7 -r 8b81b7ad2d0a Misc/NEWS --- a/Misc/NEWS Sat Sep 05 12:16:06 2015 -0700 +++ b/Misc/NEWS Sat Sep 05 12:23:00 2015 -0700 @@ -10,8 +10,6 @@ Core and Builtins ----------------- -- Issue #24917: time_strftime() Buffer Over-read. Patch by John Leitch. - - Issue #24912: Prevent __class__ assignment to immutable built-in objects. - Issue #24975: Fix AST compilation for PEP 448 syntax. @@ -19,6 +17,8 @@ Library ------- +- Issue #24917: time_strftime() Buffer Over-read. Patch by John Leitch. + - Issue #24635: Fixed a bug in typing.py where isinstance([], typing.Iterable) would return True once, then False on subsequent calls.