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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e44b1258eabf62034818034c070a7581ff23606c;p=python Add NEWS entry for 9aa6097131ef --- diff --git a/Misc/NEWS b/Misc/NEWS index 5589daf850..2c79a71abe 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.