]> granicus.if.org Git - python/commitdiff
Add a NEWS entry for rev. 54207,8.
authorGeorg Brandl <georg@python.org>
Thu, 8 Mar 2007 18:37:35 +0000 (18:37 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 8 Mar 2007 18:37:35 +0000 (18:37 +0000)
 (backport from rev. 54222)

Misc/NEWS

index f39a95a26d76ab3d2c8304b56aad514a5058a494..01bcb663a721c3bb4806445b9055005c56b32d87 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -197,6 +197,12 @@ Extension Modules
 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.