diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2014-07-04 12:06:45 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2014-07-04 12:06:45 (GMT) |
commit | 3410af45f8d2b8479e9a9db29f4631799820ec21 (patch) | |
tree | 8576b4d6fa38e472140e74d5d0381193249919b4 /Doc | |
parent | ad4690fcca5704277abece184d49b39a913029d4 (diff) | |
download | cpython-3410af45f8d2b8479e9a9db29f4631799820ec21.zip cpython-3410af45f8d2b8479e9a9db29f4631799820ec21.tar.gz cpython-3410af45f8d2b8479e9a9db29f4631799820ec21.tar.bz2 |
Add an index entry for exec() builtin.
Reported by Draic Kin on docs@.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/functions.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index ea489ac..7c382e9 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -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]]) |