summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-08-20 01:42:01 (GMT)
committerBenjamin Peterson <benjamin@python.org>2008-08-20 01:42:01 (GMT)
commite977ad4d7bda48451c70b72b221c9804b353ceb9 (patch)
tree5fb2d640d3a0d3740e811eb6309d5a8af2a6695d /Misc
parentf647dc10e339e8f5b2a17d7057f4fba958678d72 (diff)
downloadcpython-e977ad4d7bda48451c70b72b221c9804b353ceb9.zip
cpython-e977ad4d7bda48451c70b72b221c9804b353ceb9.tar.gz
cpython-e977ad4d7bda48451c70b72b221c9804b353ceb9.tar.bz2
deprecate some useless, noop methods in symtable
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index daba284..9aaf5eb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -54,6 +54,9 @@ Core and Builtins
Library
-------
+- The methods ``is_in_tuple()``, ``is_vararg()``, and ``is_keywordarg()`` of
+ symtable.Symbol have been deprecated for removal in 3.0 and the next release.
+
- Issue #2234: distutils failed for some versions of the cygwin compiler. The
version reported by these tools does not necessarily follow the python
version numbering scheme, so the module is less strict when parsing it.