[Python-checkins] cpython: NEWS: Add few missing news items

yury.selivanov python-checkins at python.org
Tue Jan 28 01:40:36 CET 2014


http://hg.python.org/cpython/rev/6f8d79ceb758
changeset:   88786:6f8d79ceb758
user:        Yury Selivanov <yselivanov at sprymix.com>
date:        Mon Jan 27 19:40:07 2014 -0500
summary:
  NEWS: Add few missing news items

files:
  Misc/NEWS |  10 ++++++++++
  1 files changed, 10 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -16,6 +16,16 @@
 - 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?
 ==================================

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list