Add eval / free var feature request.

This commit is contained in:
Jeremy Hylton 2002-07-11 18:11:32 +00:00
parent 5fbb4389bd
commit 80093461c0
1 changed files with 4 additions and 0 deletions

View File

@ -82,6 +82,10 @@ Core Language / Builtins
Hang using files named prn.txt, etc
http://www.python.org/sf/481171
- eval and free variables: It might be useful if there was a way
to pass bindings for free variables to eval when a code object
with free variables is passed.
http://www.python.org/sf/443866
Standard Library