From: Antoine Pitrou Date: Wed, 23 Mar 2011 22:02:31 +0000 (+0100) Subject: Add NEWS entry for 9aa6097131ef X-Git-Tag: v3.2.1b1~223 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e44b1258eabf62034818034c070a7581ff23606c;p=thirdparty%2FPython%2Fcpython.git Add NEWS entry for 9aa6097131ef --- diff --git a/Misc/NEWS b/Misc/NEWS index 5589daf850e9..2c79a71abec9 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.