diff options
author | Michael Foord <michael@voidspace.org.uk> | 2013-02-11 00:04:24 (GMT) |
---|---|---|
committer | Michael Foord <michael@voidspace.org.uk> | 2013-02-11 00:04:24 (GMT) |
commit | 8fd396bd227ba35e0da477e5eef70e85700f186c (patch) | |
tree | 38b317f3cf20e00fb32b1e65951bfd33026dfcf3 /Misc | |
parent | 6c22b1d7609413f711cb1bcf258ecc13ef15af07 (diff) | |
download | cpython-8fd396bd227ba35e0da477e5eef70e85700f186c.zip cpython-8fd396bd227ba35e0da477e5eef70e85700f186c.tar.gz cpython-8fd396bd227ba35e0da477e5eef70e85700f186c.tar.bz2 |
Issue 17502: unittest discovery should use self.testLoader
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -221,6 +221,8 @@ Core and Builtins Library ------- +- Issue #17502: unittest discovery should use self.testLoader. + - Issue #17141: random.vonmisesvariate() no more hangs for large kappas. - Issue #17149: Fix random.vonmisesvariate to always return results in |