]> granicus.if.org Git - python/commit
inspect.signature: Support classes without user-defined __init__/__new__ #20308
authorYury Selivanov <yselivanov@sprymix.com>
Tue, 28 Jan 2014 00:29:45 +0000 (19:29 -0500)
committerYury Selivanov <yselivanov@sprymix.com>
Tue, 28 Jan 2014 00:29:45 +0000 (19:29 -0500)
commite7dcc5e97a0a9cc7b90d4da72a4d9c69f49aac3c
tree2d6f59416481aa44d7bcd1f642d0e0a3087d4d44
parent7aedea40d66a628236cba60f0d2712daf5e68198
inspect.signature: Support classes without user-defined __init__/__new__ #20308
Lib/inspect.py
Lib/test/test_inspect.py
Misc/NEWS