From: Yury Selivanov Date: Fri, 31 Jan 2014 19:42:34 +0000 (-0500) Subject: NEWS: Add news item for #18801 X-Git-Tag: v3.4.0rc1~150 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4ded1f35532b7da37df2bba37a7ad32334349270;p=python NEWS: Add news item for #18801 --- diff --git a/Misc/NEWS b/Misc/NEWS index fa2968b193..cdd8209ff7 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -13,6 +13,9 @@ Core and Builtins 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,