diff options
author | Raymond Hettinger <python@rcn.com> | 2004-12-04 21:21:53 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2004-12-04 21:21:53 (GMT) |
commit | 664347be946f0a217f91259f93962727ba84c287 (patch) | |
tree | 7bba038f5dfc1ef6f5d7c1b2d8de2fad6ff5d3cb /Misc | |
parent | 46ea4c810fdce135189d1835b6cb99d6d8bf7738 (diff) | |
download | cpython-664347be946f0a217f91259f93962727ba84c287.zip cpython-664347be946f0a217f91259f93962727ba84c287.tar.gz cpython-664347be946f0a217f91259f93962727ba84c287.tar.bz2 |
SF bug #1078905: Docs for unittest run() methods are misleading
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -21,6 +21,10 @@ Extension Modules 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 |