[Python-checkins] cpython: NEWS: Add news item for #18801

yury.selivanov python-checkins at python.org
Fri Jan 31 20:42:42 CET 2014


http://hg.python.org/cpython/rev/d0f95094033d
changeset:   88865:d0f95094033d
user:        Yury Selivanov <yselivanov at sprymix.com>
date:        Fri Jan 31 14:42:34 2014 -0500
summary:
  NEWS: Add news item for #18801

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


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,9 @@
 Library
 -------
 
+- Issue #18801: Fix inspect.classify_class_attrs to correctly classify
+  object.__new__ and object.__init__.
+
 - Fixed cmath.isinf's name in its argument parsing code.
 
 - Issue #20311, #20452: poll and epoll now round the timeout away from zero,

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


More information about the Python-checkins mailing list