]> granicus.if.org Git - python/commit
SF bug #491415 PyDict_UpdateFromSeq2() unused
authorTim Peters <tim.peters@gmail.com>
Tue, 11 Dec 2001 18:51:08 +0000 (18:51 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 11 Dec 2001 18:51:08 +0000 (18:51 +0000)
commitf582b82fe9ae4c0394ed4f6b281aa8b4ca224617
tree77ade5444df813eb0ff1ccca21bd49611e3f512d
parentc82bd7281fb52a66c59f567b7da18390ed9957c1
SF bug #491415 PyDict_UpdateFromSeq2() unused
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.
Doc/api/concrete.tex
Include/dictobject.h
Misc/NEWS
Objects/dictobject.c