mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Add an index entry for exec() builtin.
Reported by Draic Kin on docs@.
This commit is contained in:
parent
ad4690fcca
commit
3410af45f8
1 changed files with 1 additions and 0 deletions
|
@ -410,6 +410,7 @@ are always available. They are listed here in alphabetical order.
|
|||
See :func:`ast.literal_eval` for a function that can safely evaluate strings
|
||||
with expressions containing only literals.
|
||||
|
||||
.. index:: builtin: exec
|
||||
|
||||
.. function:: exec(object[, globals[, locals]])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue