]> granicus.if.org Git - python/commitdiff
Issue #24917: Moves NEWS entry under Library.
authorSteve Dower <steve.dower@microsoft.com>
Sat, 5 Sep 2015 19:23:00 +0000 (12:23 -0700)
committerSteve Dower <steve.dower@microsoft.com>
Sat, 5 Sep 2015 19:23:00 +0000 (12:23 -0700)
Misc/NEWS

index b8698eba35881cda40c4753b53f76371018eda77..11d7de4225ae0ddc53eecb322892c175d2adc3dc 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,8 +10,6 @@ Release date: 2015-09-06
 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 @@ Core and Builtins
 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.