Merge from 3.4.

This commit is contained in:
Berker Peksag 2014-07-04 15:07:31 +03:00
commit d5b5f54832

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