summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2015-03-18 23:01:37 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2015-03-18 23:01:37 (GMT)
commit8eef6a9ad04f6f81190f44ae3ded427e4083baa2 (patch)
tree1efe0d3c609b40de1725719968942f6780f7581f /Misc/NEWS
parent52a05ab52467ad1df7572f656cf87fc47aa0282d (diff)
parentd833779ceaebeb29352488ffddabf5fc2f070364 (diff)
downloadcpython-8eef6a9ad04f6f81190f44ae3ded427e4083baa2.zip
cpython-8eef6a9ad04f6f81190f44ae3ded427e4083baa2.tar.gz
cpython-8eef6a9ad04f6f81190f44ae3ded427e4083baa2.tar.bz2
Issue #22903: The fake test case created by unittest.loader when it fails importing a test module is now picklable.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index de3f381..ccc2945 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -18,6 +18,9 @@ Core and Builtins
Library
-------
+- Issue #22903: The fake test case created by unittest.loader when it fails
+ importing a test module is now picklable.
+
- Issue #22181: On Linux, os.urandom() now uses the new getrandom() syscall if
available, syscall introduced in the Linux kernel 3.17. It is more reliable
and more secure, because it avoids the need of a file descriptor and waits