diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2014-01-28 00:40:07 (GMT) |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2014-01-28 00:40:07 (GMT) |
commit | 0adc955963b3a0cf3c70b22545fcc2dead72f24d (patch) | |
tree | 6346c192dfcba2e79866f6ade194df01b9de3437 | |
parent | e7dcc5e97a0a9cc7b90d4da72a4d9c69f49aac3c (diff) | |
download | cpython-0adc955963b3a0cf3c70b22545fcc2dead72f24d.zip cpython-0adc955963b3a0cf3c70b22545fcc2dead72f24d.tar.gz cpython-0adc955963b3a0cf3c70b22545fcc2dead72f24d.tar.bz2 |
NEWS: Add few missing news items
-rw-r--r-- | Misc/NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -16,6 +16,16 @@ Library - Issue #20308: inspect.signature now works on classes without user-defined __init__ or __new__ methods. +- Issue #20372: inspect.getfile (and a bunch of other inspect functions that + use it) doesn't crash with unexpected AttributeError on classes defined in C + without __module__. + +- Issue #20356: inspect.signature formatting uses '/' to separate + positional-only parameters from others. + +- Issue #20223: inspect.signature now supports methods defined with + functools.partialmethods. + What's New in Python 3.4.0 Beta 3? ================================== |