]> granicus.if.org Git - python/commitdiff
Move Misc/NEWS entries in correct secton.
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 26 Oct 2013 07:42:09 +0000 (10:42 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 26 Oct 2013 07:42:09 +0000 (10:42 +0300)
Misc/NEWS

index f95ec0c0ee739ad70b331741ef2747253066c51c..af55f7240bce887bdb113dfe0084d493c7ff089e 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,12 +10,6 @@ Projected release date: 2013-11-24
 Core and Builtins
 -----------------
 
-- Issue #19288: Fixed the "in" operator of dbm.gnu databases for string
-  argument.  Original patch by Arfrever Frehtes Taifersar Arahesis.
-
-- Issue #19287: Fixed the "in" operator of dbm.ndbm databases for string
-  argument.  Original patch by Arfrever Frehtes Taifersar Arahesis.
-
 - Issue #19369: Optimized the usage of __length_hint__().
 
 - Issue #18603: Ensure that PyOS_mystricmp and PyOS_mystrnicmp are in the
@@ -41,6 +35,12 @@ Library
 - Issue #19379: Lazily import linecache in the warnings module, to make
   startup with warnings faster until a warning gets printed.
 
+- Issue #19288: Fixed the "in" operator of dbm.gnu databases for string
+  argument.  Original patch by Arfrever Frehtes Taifersar Arahesis.
+
+- Issue #19287: Fixed the "in" operator of dbm.ndbm databases for string
+  argument.  Original patch by Arfrever Frehtes Taifersar Arahesis.
+
 - Issue #19327: Fixed the working of regular expressions with too big charset.
 
 - Issue #17400: New 'is_global' attribute for ipaddress to tell if an address