[Python-checkins] cpython: Move NEWS entry to correct place.

serhiy.storchaka python-checkins at python.org
Fri May 23 15:15:58 CEST 2014


http://hg.python.org/cpython/rev/1f23fca8195f
changeset:   90803:1f23fca8195f
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Fri May 23 16:09:04 2014 +0300
summary:
  Move NEWS entry to correct place.

files:
  Misc/NEWS |  9 +++------
  1 files changed, 3 insertions(+), 6 deletions(-)


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

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


More information about the Python-checkins mailing list