[Python-checkins] r54223 - python/branches/release25-maint/Misc/NEWS

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


Author: georg.brandl
Date: Thu Mar  8 19:37:35 2007
New Revision: 54223

Modified:
   python/branches/release25-maint/Misc/NEWS
Log:
Add a NEWS entry for rev. 54207,8.
 (backport from rev. 54222)

Modified: python/branches/release25-maint/Misc/NEWS
==============================================================================
--- python/branches/release25-maint/Misc/NEWS	(original)
+++ python/branches/release25-maint/Misc/NEWS	Thu Mar  8 19:37:35 2007
@@ -197,6 +197,12 @@
 Library
 -------
 
+- 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 #1001604: glob.glob() now returns unicode filenames if it was
   given a unicode argument and os.listdir() returns unicode filenames.
 


More information about the Python-checkins mailing list