]> granicus.if.org Git - python/commitdiff
Add missing NEWS item (#1522771)
authorGeorg Brandl <georg@python.org>
Mon, 17 Jul 2006 13:26:33 +0000 (13:26 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 17 Jul 2006 13:26:33 +0000 (13:26 +0000)
Misc/NEWS

index 8c4f4b6f7352f3f6aa1d6ae0ca229188eb4fcf7c..4c761e0ee3016c0340afb80a56b2fa7fd9242c4f 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1208,6 +1208,10 @@ Extension Modules
 
 Library
 -------
+  
+- Patch #1388073: Numerous __-prefixed attributes of unittest.TestCase have
+  been renamed to have only a single underscore prefix.  This was done to
+  make subclassing easier.
 
 - PEP 338: new module runpy defines a run_module function to support
   executing modules which provide access to source code or a code object