diff options
author | Guido van Rossum <guido@python.org> | 2001-08-10 20:28:28 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2001-08-10 20:28:28 +0000 |
commit | 1581c93165431e8a2653fdb78f3b0c30995c0aff (patch) | |
tree | 29f898079f55ad3558767da69644604442ce3661 /Python/pythonrun.c | |
parent | 731cfdb9c980ad0ddebcd65d91295e5960ba3f6d (diff) | |
download | cpython-1581c93165431e8a2653fdb78f3b0c30995c0aff.tar.gz |
Add PyDict_Merge(a, b, override):
PyDict_Merge(a, b, 1) is the same as PyDict_Update(a, b).
PyDict_Merge(a, b, 0) does something similar but leaves existing items
unchanged.
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions