File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments