[Python-bugs-list] [Bug #120081] PyDict_Update() missing from C API

noreply@sourceforge.net noreply@sourceforge.net
Tue, 31 Oct 2000 14:18:45 -0800


Bug #120081, was updated on 2000-Oct-31 14:18
Here is a current snapshot of the bug.

Project: Python
Category: Core
Status: Open
Resolution: None
Bug Group: None
Priority: 4
Summary: PyDict_Update() missing from C API

Details: 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).

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=120081&group_id=5470