summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d5639bc..da7e9d7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -43,13 +43,18 @@ Library
OSError exception when The OS had been told to ignore SIGCLD in our process
or otherwise not wait for exiting child processes.
-
Tests
-----
- Issue #775964: test_grp now skips YP/NIS entries instead of failing when
encountering them.
+Tools/Demos
+-----------
+
+- Issue #10706: Remove outdated script runtests.sh. Either ``make test``
+ or ``python -m test`` should be used instead.
+
What's New in Python 3.2 Beta 1?
================================