From cf58e163eee89da9bd7f9d9ef78da3dfa89ddcf6 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 2 Nov 2000 16:54:19 +0000 Subject: [PATCH] Remove two rejected feature requests. --- pep-0042.txt | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/pep-0042.txt b/pep-0042.txt index ec7febbc9..90bfdb8ff 100644 --- a/pep-0042.txt +++ b/pep-0042.txt @@ -80,17 +80,6 @@ Core Language / Builtins http://sourceforge.net/bugs/?func=detailbug&bug_id=116405&group_id=5470 - - The C API should include a PyDict_Update() function which takes a - dictionary as its first argument, and an arbitrary mapping as its - second. Similarly there should probably be a PyMapping_Update() in the - abstract API (and several other dictionary methods in there too). - - http://sourceforge.net/bugs/?func=detailbug&bug_id=122081&group_id=5470 - - - Inside a function, vars() should include both locals() and globals() - - http://sourceforge.net/bugs/?func=detailbug&bug_id=122082&group_id=5470 - Standard Library - The test suite is incomplete (and probably always will be).