https://hg.python.org/cpython/rev/293d9964cf6e changeset: 95822:293d9964cf6e user: Benjamin Peterson <benjamin at python.org> date: Tue Apr 28 00:04:53 2015 -0400 summary: remove deleted method files: Doc/library/symtable.rst | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/Doc/library/symtable.rst b/Doc/library/symtable.rst --- a/Doc/library/symtable.rst +++ b/Doc/library/symtable.rst @@ -71,10 +71,6 @@ Return ``True`` if the block uses ``exec``. - .. method:: has_import_star() - - Return ``True`` if the block uses a starred from-import. - .. method:: get_identifiers() Return a list of names of symbols in this table. -- Repository URL: https://hg.python.org/cpython