[Python-checkins] python/dist/src/Misc NEWS,1.1193.2.1,1.1193.2.2

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Sat Dec 4 22:24:33 CET 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18784/Misc

Modified Files:
      Tag: release24-maint
	NEWS 
Log Message:
SF bug #1078905:  Docs for unittest run() methods are misleading



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1193.2.1
retrieving revision 1.1193.2.2
diff -u -d -r1.1193.2.1 -r1.1193.2.2
--- NEWS	30 Nov 2004 22:18:39 -0000	1.1193.2.1
+++ NEWS	4 Dec 2004 21:24:19 -0000	1.1193.2.2
@@ -15,6 +15,11 @@
 Library
 -------
 
+- unittest.TestCase.run() and unittest.TestSuite.run() can now be successfully
+  extended or overridden by subclasses.  Formerly, the subclassed method would
+  be ignored by the rest of the module.  (Bug #1078905).
+
+
 Build
 -----
 



More information about the Python-checkins mailing list