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

noreply@sourceforge.net noreply@sourceforge.net
Wed, 1 Nov 2000 08:06: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).

Follow-Ups:

Date: 2000-Nov-01 08:06
By: jhylton

Comment:
PEP 42 or bug report?

-------------------------------------------------------

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