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: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a567e564ec128fbdb1324b0b0053a4b8a83687ad;p=thirdparty%2FPython%2Fcpython.git remove deleted method --- diff --git a/Doc/library/symtable.rst b/Doc/library/symtable.rst index c04e22e5d24b..a05b9e428647 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.