Remove two rejected feature requests.

This commit is contained in:
Guido van Rossum 2000-11-02 16:54:19 +00:00
parent 671c0a8f11
commit cf58e163ee
1 changed files with 0 additions and 11 deletions

View File

@ -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).