[Python-checkins] cpython (3.4): Add an index entry for exec() builtin.

berker.peksag python-checkins at python.org
Fri Jul 4 14:07:29 CEST 2014


http://hg.python.org/cpython/rev/c76ab5f4fcc1
changeset:   91540:c76ab5f4fcc1
branch:      3.4
parent:      91537:0c5a1835af91
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Fri Jul 04 15:06:45 2014 +0300
summary:
  Add an index entry for exec() builtin.

Reported by Draic Kin on docs at .

files:
  Doc/library/functions.rst |  1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst
--- a/Doc/library/functions.rst
+++ b/Doc/library/functions.rst
@@ -410,6 +410,7 @@
    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]])
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list