diff options
author | Raymond Hettinger <python@rcn.com> | 2004-12-04 21:24:19 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2004-12-04 21:24:19 (GMT) |
commit | 80367c45f021f20f687cb1710498f707fe0b1b99 (patch) | |
tree | 34380cb6600096ff970e7210275a6fff34f738d4 /Misc | |
parent | 8e07c62a4bd13715da1ae7a7d50ef44e3590909e (diff) | |
download | cpython-80367c45f021f20f687cb1710498f707fe0b1b99.zip cpython-80367c45f021f20f687cb1710498f707fe0b1b99.tar.gz cpython-80367c45f021f20f687cb1710498f707fe0b1b99.tar.bz2 |
SF bug #1078905: Docs for unittest run() methods are misleading
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -15,6 +15,11 @@ Core and builtins 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 ----- |