[docs] [issue22057] The doc say all globals are copied on eval(), but only __builtins__ is copied

Alon Mishne report at bugs.python.org
Sun Jul 27 11:55:55 CEST 2014


Alon Mishne added the comment:

Patch for 2.7.8.

The patch is just changing "globals are" to "mapping of ‘__builtins__’ is", and subsequent paragraph reformatting.

----------
keywords: +patch
Added file: http://bugs.python.org/file36128/evalglobals2.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22057>
_______________________________________


More information about the docs mailing list