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

georg.brandl python-checkins at python.org
Thu Mar 8 19:37:31 CET 2007


Author: georg.brandl
Date: Thu Mar  8 19:37:31 2007
New Revision: 54222

Modified:
   python/trunk/Misc/NEWS
Log:
Add a NEWS entry for rev. 54207,8.


Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Thu Mar  8 19:37:31 2007
@@ -154,6 +154,12 @@
 
 - Bug #1115886: os.path.splitext('.cshrc') gives now ('.cshrc', '').
 
+- unittest now verifies more of its assumptions. In particular, TestCase
+  and TestSuite subclasses (not instances) are no longer accepted in
+  TestSuite.addTest(). This should cause no incompatibility since it
+  never made sense with ordinary subclasses -- the failure just occurred
+  later, with a more cumbersome exception.
+
 - Patch #787789: allow to pass custom TestRunner instances to unittest's
   main() function.
 


More information about the Python-checkins mailing list