We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0fc69a commit caaf117Copy full SHA for caaf117
1 file changed
Doc/library/inspect.rst
@@ -624,7 +624,8 @@ function.
624
this order had always been preserved in Python 3.
625
626
.. versionchanged:: 3.8
627
- :attr:`parameters` is now of type :class:`dict`.
+ :attr:`parameters` is now of type :class:`dict`. Formerly, it was of
628
+ type :class:`collections.OrderedDict`.
629
630
.. attribute:: Signature.return_annotation
631
@@ -833,7 +834,8 @@ function.
833
834
them.
835
836
- :attr:`arguments` is now of type :class:`dict`.
837
+ :attr:`arguments` is now of type :class:`dict`. Formerly, it was of
838
839
840
.. attribute:: BoundArguments.args
841
0 commit comments