]> granicus.if.org Git - python/commitdiff
Remove the entry for private variables (it's supposed to be a surprise!)
authorGuido van Rossum <guido@python.org>
Mon, 26 Aug 1996 18:23:19 +0000 (18:23 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 26 Aug 1996 18:23:19 +0000 (18:23 +0000)
Misc/NEWS

index fe7c566affac6787426d7e438cca325bdb06ad74..56a9e05b400fe9aa4ef440f752850b2fbd7d7272 100644 (file)
--- 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)