- Added PyX_Update() addition to the API request (120081)
- Added vars() enhancement request (120082)
This commit is contained in:
parent
63570042bf
commit
616d974db7
11
pep-0042.txt
11
pep-0042.txt
|
@ -80,6 +80,17 @@ Core Language / Builtins
|
||||||
|
|
||||||
http://sourceforge.net/bugs/?func=detailbug&bug_id=116405&group_id=5470
|
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
|
Standard Library
|
||||||
|
|
||||||
- The test suite is incomplete (and probably always will be).
|
- The test suite is incomplete (and probably always will be).
|
||||||
|
|
Loading…
Reference in New Issue