From: Benjamin Peterson Date: Tue, 28 Apr 2015 04:04:53 +0000 (-0400) Subject: remove deleted method X-Git-Tag: v3.5.0b1~277 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a567e564ec128fbdb1324b0b0053a4b8a83687ad;p=python remove deleted method --- diff --git a/Doc/library/symtable.rst b/Doc/library/symtable.rst index c04e22e5d2..a05b9e4286 100644 --- a/Doc/library/symtable.rst +++ b/Doc/library/symtable.rst @@ -71,10 +71,6 @@ Examining Symbol Tables 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.