[Python-checkins] cpython (merge 3.4 -> default): Merge from 3.4.

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


http://hg.python.org/cpython/rev/4f129a722341
changeset:   91541:4f129a722341
parent:      91539:42917d774476
parent:      91540:c76ab5f4fcc1
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Fri Jul 04 15:07:31 2014 +0300
summary:
  Merge from 3.4.

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