summaryrefslogtreecommitdiff
path: root/Doc/library
diff options
context:
space:
mode:
authorBatuhan Taşkaya <batuhanosmantaskaya@gmail.com>2020-04-14 02:51:32 +0300
committerGitHub <noreply@github.com>2020-04-14 08:51:32 +0900
commit990ea4200f05fcd8bce3de363f4d7745ae142385 (patch)
treebfc217385ff3cf46a0a8e925a8b1d7dbbe2a8d20 /Doc/library
parenta1a0eb4a394a5ac7a8422616ce1ee4125a3ef74f (diff)
downloadcpython-git-990ea4200f05fcd8bce3de363f4d7745ae142385.tar.gz
bpo-40208: Remove deprecated has_exec method of SymbolTable (GH-19396)
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/symtable.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/library/symtable.rst b/Doc/library/symtable.rst
index 7c6ac4dccf..3efdecb5af 100644
--- a/Doc/library/symtable.rst
+++ b/Doc/library/symtable.rst
@@ -67,10 +67,6 @@ Examining Symbol Tables
Return ``True`` if the block has nested namespaces within it. These can
be obtained with :meth:`get_children`.
- .. method:: has_exec()
-
- Return ``True`` if the block uses ``exec``.
-
.. method:: get_identifiers()
Return a list of names of symbols in this table.