Skip to content

Commit caaf117

Browse files
author
Rémi Lapeyre
committed
Indicate former type in versionchanged
1 parent f0fc69a commit caaf117

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Doc/library/inspect.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,8 @@ function.
624624
this order had always been preserved in Python 3.
625625

626626
.. versionchanged:: 3.8
627-
:attr:`parameters` is now of type :class:`dict`.
627+
:attr:`parameters` is now of type :class:`dict`. Formerly, it was of
628+
type :class:`collections.OrderedDict`.
628629

629630
.. attribute:: Signature.return_annotation
630631

@@ -833,7 +834,8 @@ function.
833834
them.
834835

835836
.. versionchanged:: 3.8
836-
:attr:`arguments` is now of type :class:`dict`.
837+
:attr:`arguments` is now of type :class:`dict`. Formerly, it was of
838+
type :class:`collections.OrderedDict`.
837839

838840
.. attribute:: BoundArguments.args
839841

0 commit comments

Comments
 (0)