summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-08-20 02:00:14 (GMT)
committerBenjamin Peterson <benjamin@python.org>2008-08-20 02:00:14 (GMT)
commit87069fd8fe8fae7409f313bd02faa65e9110ef66 (patch)
treeda936be765b64470b8518d59c03518a3d22d02cd /Misc/NEWS
parenta5e37e6cc3137ad1faf26495849554399d534f75 (diff)
downloadcpython-87069fd8fe8fae7409f313bd02faa65e9110ef66.zip
cpython-87069fd8fe8fae7409f313bd02faa65e9110ef66.tar.gz
cpython-87069fd8fe8fae7409f313bd02faa65e9110ef66.tar.bz2
kill the obsolete symtable.Symbol methods
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index bd7fdba..3d10f6e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -249,6 +249,9 @@ Extension Modules
Library
-------
+- The methods ``is_in_tuple()``, ``is_vararg()``, and ``is_keywordarg()`` of
+ symtable.Symbol have been removed.
+
- Patch #3133: http.server.CGIHTTPRequestHandler did not work on windows.
- a new ``urllib`` package was created. It consists of code from