From 0adc955963b3a0cf3c70b22545fcc2dead72f24d Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Mon, 27 Jan 2014 19:40:07 -0500 Subject: [PATCH] NEWS: Add few missing news items --- Misc/NEWS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index e1050c628e..d881948830 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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? ================================== -- 2.40.0