diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2015-05-30 21:08:36 (GMT) |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2015-05-30 21:08:36 (GMT) |
commit | bf304fcb3255d6fe52f83c120feccdf64f5a9715 (patch) | |
tree | 6bdb8df43c8e4bfc5a2fc2ef802daee0b24cdb2e /Misc | |
parent | dce09c34a0a5d3ba5ddb2a948f3d0aa55ae3e9c4 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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? ================================== |