]> granicus.if.org Git - python/commitdiff
Move NEWS entry to correct place.
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 23 May 2014 13:09:04 +0000 (16:09 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 23 May 2014 13:09:04 +0000 (16:09 +0300)
Misc/NEWS

index 921941b5132f061daf159319ac11cab913c238c6..53abb67ede1b44cc2eaa5f1720ce313e6bae6d47 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,12 +15,6 @@ Core and Builtins
   time issue noticeable when compiling code with a large number of "and"
   and "or" operators.
 
-Tests
------
-
-- Issue #21522: Added Tkinter tests for Listbox.itemconfigure(),
-  PanedWindow.paneconfigure(), and Menu.entryconfigure().
-
 - Issue #21418: Fix a crash in the builtin function super() when called without
   argument and without current frame (ex: embedded Python).
 
@@ -493,6 +487,9 @@ Documentation
 Tests
 -----
 
+- Issue #21522: Added Tkinter tests for Listbox.itemconfigure(),
+  PanedWindow.paneconfigure(), and Menu.entryconfigure().
+
 - Issue #17756: Fix test_code test when run from the installed location.
 
 - Issue #17752: Fix distutils tests when run from the installed location.