]> granicus.if.org Git - python/commitdiff
remove deleted method
authorBenjamin Peterson <benjamin@python.org>
Tue, 28 Apr 2015 04:04:53 +0000 (00:04 -0400)
committerBenjamin Peterson <benjamin@python.org>
Tue, 28 Apr 2015 04:04:53 +0000 (00:04 -0400)
Doc/library/symtable.rst

index c04e22e5d24bfb5cfcef9818db4f5f033b007a1c..a05b9e4286474f9ffe98792a5be7cc0f92f2f687 100644 (file)
@@ -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.