[Python-checkins] r81761 - python/trunk/Misc/NEWS

michael.foord python-checkins at python.org
Sat Jun 5 21:51:38 CEST 2010


Author: michael.foord
Date: Sat Jun  5 21:51:38 2010
New Revision: 81761

Log:
Updated NEWS file.

Modified:
   python/trunk/Misc/NEWS

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Sat Jun  5 21:51:38 2010
@@ -60,6 +60,13 @@
 Library
 -------
 
+- Issue #8302: SkipTest in unittest.TestCase.setUpClass or setUpModule is now
+  reported as a skip rather than an error.
+
+- Issue #8351: Excessively large diffs due to
+  unittest.TestCase.assertSequenceEqual are no longer included in failure
+  reports.
+
 - Issue #8899: time.struct_time now has class and atribute docstrings.
 
 - Issue #4487: email now accepts as charset aliases all codec aliases


More information about the Python-checkins mailing list