summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2004-12-04 21:24:19 (GMT)
committerRaymond Hettinger <python@rcn.com>2004-12-04 21:24:19 (GMT)
commit80367c45f021f20f687cb1710498f707fe0b1b99 (patch)
tree34380cb6600096ff970e7210275a6fff34f738d4 /Misc
parent8e07c62a4bd13715da1ae7a7d50ef44e3590909e (diff)
downloadcpython-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/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4411d85..afc742f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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
-----