- Added PyX_Update() addition to the API request (120081)

- Added vars() enhancement request (120082)
This commit is contained in:
Moshe Zadka 2000-11-01 22:28:42 +00:00
parent 63570042bf
commit 616d974db7
1 changed files with 11 additions and 0 deletions

View File

@ -80,6 +80,17 @@ 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).