[Python-checkins] CVS: python/nondist/peps pep-0042.txt,1.18,1.19

Tim Peters python-dev@python.org
Fri, 22 Sep 2000 21:17:37 -0700


Update of /cvsroot/python/python/nondist/peps
In directory slayer.i.sourceforge.net:/tmp/cvs-serv17854

Modified Files:
	pep-0042.txt 
Log Message:
Added "Generalize eval to accept any mapping objects for locals and globals."


Index: pep-0042.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0042.txt,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** pep-0042.txt	2000/09/19 01:31:30	1.18
--- pep-0042.txt	2000/09/23 04:17:34	1.19
***************
*** 127,130 ****
--- 127,133 ----
        http://sourceforge.net/bugs/?func=detailbug&bug_id=114754&group_id=5470
  
+     - Generalize eval to accept any mapping objects for locals and globals.
+       http://sourceforge.net/bugs/?func=detailbug&bug_id=115126&group_id=5470
+ 
  
  Tools