]> granicus.if.org Git - python/commitdiff
NEWS: Add few missing news items
authorYury Selivanov <yselivanov@sprymix.com>
Tue, 28 Jan 2014 00:40:07 +0000 (19:40 -0500)
committerYury Selivanov <yselivanov@sprymix.com>
Tue, 28 Jan 2014 00:40:07 +0000 (19:40 -0500)
Misc/NEWS

index e1050c628eb7b414a87b8a43f6e858641db49ef6..d88194883005dcc4c92e01682d4720a955cb74fc 100644 (file)
--- 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?
 ==================================