]> granicus.if.org Git - python/commitdiff
Add NEWS entry for 9aa6097131ef
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 23 Mar 2011 22:02:31 +0000 (23:02 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 23 Mar 2011 22:02:31 +0000 (23:02 +0100)
Misc/NEWS

index 5589daf850e9556169854b2001847d5d88be97ed..2c79a71abec94d905700f5ec21657450b336f60c 100644 (file)
--- 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.