diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-12-15 15:33:18 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-12-15 15:33:18 (GMT) |
commit | 00c6b6293954669a159d2727a059c6e327dac26f (patch) | |
tree | dfded09bb8fecdda36758f7ddd4fd09bc6b14033 /Misc/NEWS | |
parent | bd8f1458f8c81ee7d9ff4748fa53eec1f096f7b6 (diff) | |
download | cpython-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/NEWS | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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? ================================ |