[Python-checkins] cpython (3.5): Issue #24917: Moves NEWS entry under Library.

steve.dower python-checkins at python.org
Sun Sep 6 06:02:05 CEST 2015


https://hg.python.org/cpython/rev/8b81b7ad2d0a
changeset:   97693:8b81b7ad2d0a
branch:      3.5
user:        Steve Dower <steve.dower at microsoft.com>
date:        Sat Sep 05 12:23:00 2015 -0700
summary:
  Issue #24917: Moves NEWS entry under Library.

files:
  Misc/NEWS |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list