diff options
author | Guido van Rossum <guido@python.org> | 1996-08-26 18:23:19 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-08-26 18:23:19 (GMT) |
commit | 52a42fe9e706fb51ec608571c2b60e7694a5d0a2 (patch) | |
tree | 62ebb067a2e9ee2dcc30a865a4ba690f56db6047 /Misc/NEWS | |
parent | 5f9aa9e1f049f6bda18701d5a53497bf91008615 (diff) | |
download | cpython-52a42fe9e706fb51ec608571c2b60e7694a5d0a2.zip cpython-52a42fe9e706fb51ec608571c2b60e7694a5d0a2.tar.gz cpython-52a42fe9e706fb51ec608571c2b60e7694a5d0a2.tar.bz2 |
Remove the entry for private variables (it's supposed to be a surprise!)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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) |