Add an index entry for exec() builtin.

Reported by Draic Kin on docs@.
This commit is contained in:
Berker Peksag 2014-07-04 15:06:45 +03:00
parent ad4690fcca
commit 3410af45f8
1 changed files with 1 additions and 0 deletions

View File

@ -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]])