From: Georg Brandl Date: Mon, 17 Jul 2006 13:26:33 +0000 (+0000) Subject: Add missing NEWS item (#1522771) X-Git-Tag: v2.5b3~228 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c5e3d8a8d63d540f530a687ccaf397c9012ee3c0;p=thirdparty%2FPython%2Fcpython.git Add missing NEWS item (#1522771) --- diff --git a/Misc/NEWS b/Misc/NEWS index 8c4f4b6f7352..4c761e0ee301 100644 --- 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