From: Nick Coghlan Date: Thu, 17 Mar 2011 00:23:58 +0000 (-0400) Subject: Add missing NEWS item for previous commit X-Git-Tag: v3.3.0a1~2891^2~13^2~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=49cb9593a0ae4da35c44fa46636e4a11acd2581a;p=thirdparty%2FPython%2Fcpython.git Add missing NEWS item for previous commit --- diff --git a/Misc/NEWS b/Misc/NEWS index 4b2aa5923f5a..e158d560d49a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -239,6 +239,9 @@ Tools/Demos Tests ----- +- New test_crashers added to exercise the scripts in the Lib/test/crashers + directory and confirm they fail as expected + - Issue #11578: added test for the timeit module. Patch Michael Henry. - Issue #11503: improve test coverage of posixpath.py. Patch by Evan Dandrea.