summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-03-23 22:02:31 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-03-23 22:02:31 (GMT)
commite44b1258eabf62034818034c070a7581ff23606c (patch)
tree9b0a02f3dcedf702ee13590ee6b6c11d3deb4918
parent293954dd763b8ee4522c303095fa0e254d82cf28 (diff)
downloadcpython-e44b1258eabf62034818034c070a7581ff23606c.zip
cpython-e44b1258eabf62034818034c070a7581ff23606c.tar.gz
cpython-e44b1258eabf62034818034c070a7581ff23606c.tar.bz2
Add NEWS entry for 9aa6097131ef
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5589daf..2c79a71 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -161,6 +161,8 @@ Tools/Demos
Tests
-----
+- Issue #11653: fix -W with -j in regrtest.
+
- Issue #11577: improve test coverage of binhex.py. Patch by Arkady Koplyarov.
- Issue #11578: added test for the timeit module. Patch Michael Henry.