summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-08-20 12:55:31 (GMT)
committerBenjamin Peterson <benjamin@python.org>2008-08-20 12:55:31 (GMT)
commitb71caf186a7a3ccc5e3c6d5e23779ef6246ca1d2 (patch)
treeb5716606dfb232891cc6892458f911af96250baf /Misc/NEWS
parent768008c6e2939d6bb6d275ba4f146e67bf7a6ab7 (diff)
downloadcpython-b71caf186a7a3ccc5e3c6d5e23779ef6246ca1d2.zip
cpython-b71caf186a7a3ccc5e3c6d5e23779ef6246ca1d2.tar.gz
cpython-b71caf186a7a3ccc5e3c6d5e23779ef6246ca1d2.tar.bz2
revert 65897
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 096f9a1..3d10f6e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -249,9 +249,6 @@ Extension Modules
Library
-------
-- symtable.Function's ``get_locals()``, ``get_globals()``, ``get_parameters()``,
- and ``get_frees()`` and symtable.Class's ``get_methods()`` now return sets.
-
- The methods ``is_in_tuple()``, ``is_vararg()``, and ``is_keywordarg()`` of
symtable.Symbol have been removed.