diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-08-20 02:06:00 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-08-20 02:06:00 (GMT) |
commit | 9f9fc68b0fb279e5774d56bcee932d66d02ba369 (patch) | |
tree | 952a299913581e04125ff62b83ae8966bf60f456 /Misc/NEWS | |
parent | 87069fd8fe8fae7409f313bd02faa65e9110ef66 (diff) | |
download | cpython-9f9fc68b0fb279e5774d56bcee932d66d02ba369.zip cpython-9f9fc68b0fb279e5774d56bcee932d66d02ba369.tar.gz cpython-9f9fc68b0fb279e5774d56bcee932d66d02ba369.tar.bz2 |
return sets instead of tuples from some symtable methods
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -249,6 +249,9 @@ 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. |