Jan. 31, 2014
7:42 p.m.
http://hg.python.org/cpython/rev/d0f95094033d changeset: 88865:d0f95094033d user: Yury Selivanov <yselivanov@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
4421
Age (days ago)
4421
Last active (days ago)
0 comments
1 participants
participants (1)
-
yury.selivanov