commit | 87069fd8fe8fae7409f313bd02faa65e9110ef66 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Wed Aug 20 02:00:14 2008 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Wed Aug 20 02:00:14 2008 +0000 |
tree | da936be765b64470b8518d59c03518a3d22d02cd | |
parent | a5e37e6cc3137ad1faf26495849554399d534f75 [diff] [blame] |
kill the obsolete symtable.Symbol methods
diff --git a/Misc/NEWS b/Misc/NEWS index bd7fdba..3d10f6e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -249,6 +249,9 @@ 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