]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39957: Change Signature.parameters to OrderedDict (GH-18988)
authorJens Reidel <jens@troet.org>
Wed, 18 Mar 2020 02:22:46 +0000 (03:22 +0100)
committerGitHub <noreply@github.com>
Wed, 18 Mar 2020 02:22:46 +0000 (11:22 +0900)
commit611836a69a7a98bb106b4d315ed76a1e17266f4f
tree6278f684b11a7417b34a4335552dfd6ff1c0ccfe
parent29356e03d4f8800b04f799efe7a10e3ce8b16f61
bpo-39957: Change Signature.parameters to OrderedDict (GH-18988)
Lib/inspect.py
Lib/test/test_inspect.py