From dec071190928df7d1af3dee9fc24e0484c6cbadc Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Sat, 23 Sep 2000 04:17:34 +0000 Subject: [PATCH] Added "Generalize eval to accept any mapping objects for locals and globals." --- pep-0042.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pep-0042.txt b/pep-0042.txt index ef7da8cff..c37f1ec14 100644 --- a/pep-0042.txt +++ b/pep-0042.txt @@ -126,6 +126,9 @@ Standard Library 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