summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2015-05-30 21:08:36 (GMT)
committerYury Selivanov <yselivanov@sprymix.com>2015-05-30 21:08:36 (GMT)
commitbf304fcb3255d6fe52f83c120feccdf64f5a9715 (patch)
tree6bdb8df43c8e4bfc5a2fc2ef802daee0b24cdb2e /Misc
parentdce09c34a0a5d3ba5ddb2a948f3d0aa55ae3e9c4 (diff)
downloadcpython-bf304fcb3255d6fe52f83c120feccdf64f5a9715.zip
cpython-bf304fcb3255d6fe52f83c120feccdf64f5a9715.tar.gz
cpython-bf304fcb3255d6fe52f83c120feccdf64f5a9715.tar.bz2
Issue #23934: Fix inspect.signature to fail correctly for builtin types.
Initial patch by James Powell.
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 2d41812..d0223c5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -31,6 +31,9 @@ Library
- Issue #16991: Add a C implementation of OrderedDict.
+- Issue #23934: Fix inspect.signature to fail correctly for builtin types
+ lacking signature information. Initial patch by James Powell.
+
What's New in Python 3.5.0 beta 1?
==================================