http://hg.python.org/cpython/rev/53f80427f105 changeset: 68884:53f80427f105 branch: 3.2 user: Antoine Pitrou <solipsis at pitrou.net> date: Wed Mar 23 23:02:31 2011 +0100 summary: Add NEWS entry for 9aa6097131ef files: Misc/NEWS | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS --- a/Misc/NEWS +++ b/Misc/NEWS @@ -161,6 +161,8 @@ 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. -- Repository URL: http://hg.python.org/cpython