diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2014-01-31 19:42:34 (GMT) |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2014-01-31 19:42:34 (GMT) |
commit | 4ded1f35532b7da37df2bba37a7ad32334349270 (patch) | |
tree | 676fae386d0b9346c51ab08c06cf8711544d6441 | |
parent | 0860a0bd3f7859ca5786a9bb9b3c4b6c0e7a1f8d (diff) | |
download | cpython-4ded1f35532b7da37df2bba37a7ad32334349270.zip cpython-4ded1f35532b7da37df2bba37a7ad32334349270.tar.gz cpython-4ded1f35532b7da37df2bba37a7ad32334349270.tar.bz2 |
NEWS: Add news item for #18801
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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, |