summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-05-23 16:09:04 +0300
committerSerhiy Storchaka <storchaka@gmail.com>2014-05-23 16:09:04 +0300
commita7834d31c7cec6948f56d5f0b9c9a5ff29b5d05e (patch)
tree87990c5b9be99a4147423bcb6a4ed09a00c37791
parent475620187befa54d2a56e35acb8f1469cd6bb89b (diff)
downloadcpython-git-a7834d31c7cec6948f56d5f0b9c9a5ff29b5d05e.tar.gz
Move NEWS entry to correct place.
-rw-r--r--Misc/NEWS9
1 files changed, 3 insertions, 6 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 921941b513..53abb67ede 100644
--- 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.