[Python-checkins] cpython: Add missing NEWS item for previous commit

nick.coghlan python-checkins at python.org
Thu Mar 17 01:06:38 CET 2011


http://hg.python.org/cpython/rev/c9bc3be512eb
changeset:   68629:c9bc3be512eb
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Wed Mar 16 20:23:58 2011 -0400
summary:
  Add missing NEWS item for previous commit

files:
  Misc/NEWS

diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -239,6 +239,9 @@
 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.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list