Skip to content

Commit 335b187

Browse files
changes
1 parent 44db94c commit 335b187

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Doc/library/functions.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -610,9 +610,10 @@ are always available. They are listed here in alphabetical order.
610610
This function executes arbitrary code. Calling it with
611611
untrusted user-supplied input will lead to security vulnerabilities.
612612

613-
The *source* argument is parsed and evaluated as a Python expression
614-
using the *globals* and *locals* mappings as global and local namespace
615-
.If the *globals* dictionary is present and does not contain a value for the key ``__builtins__``, a
613+
The *source* argument is parsed and evaluated as a Python expression
614+
using the *globals* and *locals* mappings as global and local namespace.
615+
If the *globals* dictionary is present and does not contain a value for the
616+
key ``__builtins__``, a
616617
reference to the dictionary of the built-in module :mod:`builtins` is
617618
inserted under that key before *source* is parsed.
618619
Overriding ``__builtins__`` can be used to restrict or change the available

0 commit comments

Comments
 (0)