summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2014-01-28 00:29:45 (GMT)
committerYury Selivanov <yselivanov@sprymix.com>2014-01-28 00:29:45 (GMT)
commite7dcc5e97a0a9cc7b90d4da72a4d9c69f49aac3c (patch)
tree2d6f59416481aa44d7bcd1f642d0e0a3087d4d44 /Misc
parent7aedea40d66a628236cba60f0d2712daf5e68198 (diff)
downloadcpython-e7dcc5e97a0a9cc7b90d4da72a4d9c69f49aac3c.zip
cpython-e7dcc5e97a0a9cc7b90d4da72a4d9c69f49aac3c.tar.gz
cpython-e7dcc5e97a0a9cc7b90d4da72a4d9c69f49aac3c.tar.bz2
inspect.signature: Support classes without user-defined __init__/__new__ #20308
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6d528be..e1050c6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,9 @@ Core and Builtins
Library
-------
+- Issue #20308: inspect.signature now works on classes without user-defined
+ __init__ or __new__ methods.
+
What's New in Python 3.4.0 Beta 3?
==================================