diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2015-03-18 23:01:37 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2015-03-18 23:01:37 (GMT) |
commit | 8eef6a9ad04f6f81190f44ae3ded427e4083baa2 (patch) | |
tree | 1efe0d3c609b40de1725719968942f6780f7581f /Misc/NEWS | |
parent | 52a05ab52467ad1df7572f656cf87fc47aa0282d (diff) | |
parent | d833779ceaebeb29352488ffddabf5fc2f070364 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |