[Python-bugs-list] [Bug #120081] PyDict_Update() missing from C API
noreply@sourceforge.net
noreply@sourceforge.net
Thu, 2 Nov 2000 08:50:56 -0800
Bug #120081, was updated on 2000-Oct-31 14:18
Here is a current snapshot of the bug.
Project: Python
Category: Core
Status: Closed
Resolution: Wont Fix
Bug Group: Feature Request
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).
Follow-Ups:
Date: 2000-Nov-01 08:06
By: jhylton
Comment:
PEP 42 or bug report?
-------------------------------------------------------
Date: 2000-Nov-01 14:29
By: twouters
Comment:
At Moshe's request, who conferred with Barry apparently, marked closed. A feature request has been added to PEP 42.
-------------------------------------------------------
Date: 2000-Nov-02 08:50
By: gvanrossum
Comment:
This wish should not be fulfilled. I think there's no need to add C APIs for every method of dictionary objects! After all the implementation would just have to be to call the method. There are already ways to do that.
-------------------------------------------------------
For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=120081&group_id=5470