From 52a42fe9e706fb51ec608571c2b60e7694a5d0a2 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 26 Aug 1996 18:23:19 +0000 Subject: [PATCH] Remove the entry for private variables (it's supposed to be a surprise!) --- Misc/NEWS | 3 --- 1 file changed, 3 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS index fe7c566affa..56a9e05b400 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)