Kaydet (Commit) 397625e4 authored tarafından Martin Panter's avatar Martin Panter

Issue #25286: Update dictionary view link; patch by Akira Li

üst 446977c0
......@@ -1018,8 +1018,8 @@ keyword arguments, but their order is lost because Python's function call
semantics pass-in keyword arguments using a regular unordered dictionary.
.. versionchanged:: 3.5
The items, keys, and values :term:`views <view>` of :class:`OrderedDict` now
support reverse iteration using :func:`reversed`.
The items, keys, and values :term:`views <dictionary view>`
of :class:`OrderedDict` now support reverse iteration using :func:`reversed`.
:class:`OrderedDict` Examples and Recipes
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
......
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