projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0860a0b
)
NEWS: Add news item for #18801
author
Yury Selivanov
<yselivanov@sprymix.com>
Fri, 31 Jan 2014 19:42:34 +0000
(14:42 -0500)
committer
Yury Selivanov
<yselivanov@sprymix.com>
Fri, 31 Jan 2014 19:42:34 +0000
(14:42 -0500)
Misc/NEWS
patch
|
blob
|
history
diff --git
a/Misc/NEWS
b/Misc/NEWS
index fa2968b1932fb929d02664b7b8f325ed10b098f9..cdd8209ff74551cf22bb3a317290f44a8425395b 100644
(file)
--- 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,