summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2014-01-31 19:42:34 (GMT)
committerYury Selivanov <yselivanov@sprymix.com>2014-01-31 19:42:34 (GMT)
commit4ded1f35532b7da37df2bba37a7ad32334349270 (patch)
tree676fae386d0b9346c51ab08c06cf8711544d6441
parent0860a0bd3f7859ca5786a9bb9b3c4b6c0e7a1f8d (diff)
downloadcpython-4ded1f35532b7da37df2bba37a7ad32334349270.zip
cpython-4ded1f35532b7da37df2bba37a7ad32334349270.tar.gz
cpython-4ded1f35532b7da37df2bba37a7ad32334349270.tar.bz2
NEWS: Add news item for #18801
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fa2968b..cdd8209 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,