diff options
author | Batuhan Taşkaya <batuhanosmantaskaya@gmail.com> | 2020-04-13 23:51:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-13 23:51:32 (GMT) |
commit | 990ea4200f05fcd8bce3de363f4d7745ae142385 (patch) | |
tree | bfc217385ff3cf46a0a8e925a8b1d7dbbe2a8d20 /Doc/library/symtable.rst | |
parent | a1a0eb4a394a5ac7a8422616ce1ee4125a3ef74f (diff) | |
download | cpython-990ea4200f05fcd8bce3de363f4d7745ae142385.zip cpython-990ea4200f05fcd8bce3de363f4d7745ae142385.tar.gz cpython-990ea4200f05fcd8bce3de363f4d7745ae142385.tar.bz2 |
bpo-40208: Remove deprecated has_exec method of SymbolTable (GH-19396)
Diffstat (limited to 'Doc/library/symtable.rst')
-rw-r--r-- | Doc/library/symtable.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/library/symtable.rst b/Doc/library/symtable.rst index 7c6ac4d..3efdecb 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. |