From 80093461c092a6e5c23e95c6c53a7043cc6b0d83 Mon Sep 17 00:00:00 2001 From: Jeremy Hylton Date: Thu, 11 Jul 2002 18:11:32 +0000 Subject: [PATCH] Add eval / free var feature request. --- pep-0042.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pep-0042.txt b/pep-0042.txt index ebf707304..060dd8e15 100644 --- a/pep-0042.txt +++ b/pep-0042.txt @@ -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