summaryrefslogtreecommitdiff
path: root/Python/pythonrun.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2001-08-10 20:28:28 +0000
committerGuido van Rossum <guido@python.org>2001-08-10 20:28:28 +0000
commit1581c93165431e8a2653fdb78f3b0c30995c0aff (patch)
tree29f898079f55ad3558767da69644604442ce3661 /Python/pythonrun.c
parent731cfdb9c980ad0ddebcd65d91295e5960ba3f6d (diff)
downloadcpython-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