projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa73555
)
Addition of issue 9926 to NEWS
author
Michael Foord
<fuzzyman@voidspace.org.uk>
Sat, 20 Nov 2010 17:50:34 +0000
(17:50 +0000)
committer
Michael Foord
<fuzzyman@voidspace.org.uk>
Sat, 20 Nov 2010 17:50:34 +0000
(17:50 +0000)
Misc/NEWS
patch
|
blob
|
history
diff --git
a/Misc/NEWS
b/Misc/NEWS
index 709450458d959245e191bbf0ba121d320883913a..693f4e6a94b834889a99a1125af6313dd6046618 100644
(file)
--- a/
Misc/NEWS
+++ b/
Misc/NEWS
@@
-44,6
+44,8
@@
Library
- Issue 10326: unittest.TestCase instances can be pickled.
+- Issue 9926: Wrapped TestSuite subclass does not get __call__ executed.
+
- Issue #9920: Skip tests for cmath.atan and cmath.atanh applied to
complex zeros on systems where the log1p function fails to respect
the sign of zero. This fixes a test failure on AIX.