]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
inspect: Remove "0x..." IDs from Signature objects' __repr__
authorYury Selivanov <yselivanov@sprymix.com>
Fri, 15 May 2015 16:53:56 +0000 (12:53 -0400)
committerYury Selivanov <yselivanov@sprymix.com>
Fri, 15 May 2015 16:53:56 +0000 (12:53 -0400)
commitf229bc5c53e3dd2c1d2914c10efff08af88ca277
tree7a6ab9841690c3d7ede25d4591c304d163f615d0
parent51b58325f97c298c88e95c95bb2291eaf47e78e2
inspect: Remove "0x..." IDs from Signature objects' __repr__

Issue 24200.
Lib/inspect.py
Lib/test/test_inspect.py