]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add missing NEWS item for previous commit
authorNick Coghlan <ncoghlan@gmail.com>
Thu, 17 Mar 2011 00:23:58 +0000 (20:23 -0400)
committerNick Coghlan <ncoghlan@gmail.com>
Thu, 17 Mar 2011 00:23:58 +0000 (20:23 -0400)
Misc/NEWS

index 4b2aa5923f5a442ce876c8c3ef83d1b30742c201..e158d560d49ad97d6bf89931c0498a82670eda52 100644 (file)
--- 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.