This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xtreak
Recipients Nicholas Matthews, xtreak
Date 2020-02-06.12:37:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1580992656.67.0.496823323029.issue39566@roundup.psfhosted.org>
In-reply-to
Content
It says list in the __init__ doc : https://github.com/python/cpython/blob/54b4f14712b9350f11c983f1c8ac47a3716958a7/Lib/inspect.py#L2759

It says that parameters is a public property that returns a mapping of parameter name to object at : https://github.com/python/cpython/blob/54b4f14712b9350f11c983f1c8ac47a3716958a7/Lib/inspect.py#L2734 . The change to dict was done with 2cca8efe46935c39c445f585bce54954fad2485b .

I can see the public attribute returning dictionary. Can you please point to the doc where it says the parameter should be a dictionary to the constructor?
History
Date User Action Args
2020-02-06 12:37:36xtreaksetrecipients: + xtreak, Nicholas Matthews
2020-02-06 12:37:36xtreaksetmessageid: <1580992656.67.0.496823323029.issue39566@roundup.psfhosted.org>
2020-02-06 12:37:36xtreaklinkissue39566 messages
2020-02-06 12:37:36xtreakcreate