summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-12-15 15:33:18 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-12-15 15:33:18 (GMT)
commit00c6b6293954669a159d2727a059c6e327dac26f (patch)
treedfded09bb8fecdda36758f7ddd4fd09bc6b14033 /Misc/NEWS
parentbd8f1458f8c81ee7d9ff4748fa53eec1f096f7b6 (diff)
downloadcpython-00c6b6293954669a159d2727a059c6e327dac26f.zip
cpython-00c6b6293954669a159d2727a059c6e327dac26f.tar.gz
cpython-00c6b6293954669a159d2727a059c6e327dac26f.tar.bz2
Issue #10706: Remove outdated script runtests.sh. Either `make test`
or `python -m test` should be used instead.
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?
================================