File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -5508,6 +5508,12 @@ can be used interchangeably to index the same dictionary entry.
55085508 .. versionchanged :: 3.8
55095509 Dictionaries are now reversible.
55105510
5511+
5512+ .. seealso ::
5513+ :class: `types.MappingProxyType ` can be used to create a read-only view
5514+ of a :class: `dict `.
5515+
5516+
55115517.. admonition :: Thread safety
55125518
55135519 Creating a dictionary with the :class: `dict ` constructor is atomic when the
@@ -5649,11 +5655,6 @@ can be used interchangeably to index the same dictionary entry.
56495655 across threads. See :ref: `freethreading-python-howto ` for more information.
56505656
56515657
5652- .. seealso ::
5653- :class: `types.MappingProxyType ` can be used to create a read-only view
5654- of a :class: `dict `.
5655-
5656-
56575658.. _dict-views :
56585659
56595660Dictionary view objects
You can’t perform that action at this time.
0 commit comments