mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Merge with 3.4
This commit is contained in:
commit
8322b06945
1 changed files with 1 additions and 1 deletions
|
|
@ -4158,7 +4158,7 @@ pairs within braces, for example: ``{'jack': 4098, 'sjoerd': 4127}`` or ``{4098:
|
|||
Dictionaries compare equal if and only if they have the same ``(key,
|
||||
value)`` pairs. Order comparisons ('<', '<=', '>=', '>') raise
|
||||
:exc:`TypeError`.
|
||||
|
||||
|
||||
.. seealso::
|
||||
:class:`types.MappingProxyType` can be used to create a read-only view
|
||||
of a :class:`dict`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue