From: Guido van Rossum Date: Mon, 26 Aug 1996 18:23:19 +0000 (+0000) Subject: Remove the entry for private variables (it's supposed to be a surprise!) X-Git-Tag: v1.4b3~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=52a42fe9e706fb51ec608571c2b60e7694a5d0a2;p=python Remove the entry for private variables (it's supposed to be a surprise!) --- diff --git a/Misc/NEWS b/Misc/NEWS index fe7c566aff..56a9e05b40 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -188,9 +188,6 @@ _tkinter and NumPy support (XXX) - parser module adapted to new grammar, complete w/ Doc & Demo (XXX) -- Name mangling to support class-private variables: __spam is translated to -_ClassName__spam (XXX) - - regen script fixed (XXX) - new machdep subdirectories Lib/{aix3,aix4,next3_3,freebsd2,linux2} (XXX)