changeset: 88865:d0f95094033d user: Yury Selivanov date: Fri Jan 31 14:42:34 2014 -0500 files: Misc/NEWS description: NEWS: Add news item for #18801 diff -r c38f99554be4 -r d0f95094033d Misc/NEWS --- a/Misc/NEWS Fri Jan 31 14:28:44 2014 -0500 +++ b/Misc/NEWS Fri Jan 31 14:42:34 2014 -0500 @@ -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,