mirror of https://github.com/python/cpython
Issue #25286: Update dictionary view link; patch by Akira Li
This commit is contained in:
parent
446977c080
commit
397625e432
|
@ -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
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
|
Loading…
Reference in New Issue