Index: Misc/NEWS =================================================================== --- Misc/NEWS (revision 50652) +++ Misc/NEWS (working copy) @@ -1649,6 +1649,10 @@ called as a script (e.g. via ``python -mcalendar``). Localized month and weekday names can be ouput (even if an exotic encoding is used) using special classes that use unicode. + +- 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. Build -----