mirror of
https://github.com/python/cpython.git
synced 2026-08-20 17:15:00 +08:00
PyDict_UpdateFromSeq2(): removed it. PyDict_MergeFromSeq2(): made it public and documented it. PyDict_Merge() docs: updated to reveal <wink> that the second argument can be any mapping object.