[Python-checkins] python/dist/src/Misc NEWS,1.1197,1.1198

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Sat Dec 4 22:21:56 CET 2004


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

Modified Files:
	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.1197
retrieving revision 1.1198
diff -u -d -r1.1197 -r1.1198
--- NEWS	4 Dec 2004 10:50:51 -0000	1.1197
+++ NEWS	4 Dec 2004 21:21:53 -0000	1.1198
@@ -21,6 +21,10 @@
 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).
+
 - the deprecated whrandom module was removed.  Use the random module instead.
 
 - heapq.nsmallest() and heapq.nlargest() now support key= arguments with



More information about the Python-checkins mailing list