Add eval / free var feature request.
This commit is contained in:
parent
5fbb4389bd
commit
80093461c0
|
@ -82,6 +82,10 @@ Core Language / Builtins
|
||||||
Hang using files named prn.txt, etc
|
Hang using files named prn.txt, etc
|
||||||
http://www.python.org/sf/481171
|
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
|
Standard Library
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue