]> granicus.if.org Git - python/commitdiff
Add an index entry for exec() builtin.
authorBerker Peksag <berker.peksag@gmail.com>
Fri, 4 Jul 2014 12:06:45 +0000 (15:06 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Fri, 4 Jul 2014 12:06:45 +0000 (15:06 +0300)
Reported by Draic Kin on docs@.

Doc/library/functions.rst

index ea489ac1be55560bc3dba5ad4ce714d92618b341..7c382e986fcaafb0bfba7fafbcac02d10e7a88f8 100644 (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]])