[Python-checkins] python/nondist/peps pep-0042.txt,1.59,1.60

jhylton@users.sourceforge.net jhylton@users.sourceforge.net
Thu, 11 Jul 2002 11:11:34 -0700


Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv27935

Modified Files:
	pep-0042.txt 
Log Message:
Add eval / free var feature request.


Index: pep-0042.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0042.txt,v
retrieving revision 1.59
retrieving revision 1.60
diff -C2 -d -r1.59 -r1.60
*** pep-0042.txt	10 Jun 2002 21:24:27 -0000	1.59
--- pep-0042.txt	11 Jul 2002 18:11:32 -0000	1.60
***************
*** 83,86 ****
--- 83,90 ----
        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