Commit f4ae9138 authored by Terry Jan Reedy's avatar Terry Jan Reedy

Issue #24406: Add sentences on dict comparisons, similar to those for Sequence

and set comparisions.  Patch by Gareth Rees.
parent f0aa88f6
......@@ -2230,6 +2230,9 @@ pairs within braces, for example: ``{'jack': 4098, 'sjoerd': 4127}`` or ``{4098:
.. versionadded:: 2.7
Dictionaries compare equal if and only if they have the same ``(key,
value)`` pairs.
.. _dict-views:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment