summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2001-08-10 20:28:28 (GMT)
committerGuido van Rossum <guido@python.org>2001-08-10 20:28:28 (GMT)
commit05ac6de2d505b0cd69278e05be8bad3f0111e72d (patch)
treefb7c671d094e9bd9fb4fe5c9677846e3cc6a6fdd /Modules
parentf4aa684132a2752118af9a2412f0acc90c258035 (diff)
downloadcpython-05ac6de2d505b0cd69278e05be8bad3f0111e72d.zip
cpython-05ac6de2d505b0cd69278e05be8bad3f0111e72d.tar.gz
cpython-05ac6de2d505b0cd69278e05be8bad3f0111e72d.tar.bz2
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 'Modules')
0 files changed, 0 insertions, 0 deletions