diff options
author | Michael Foord <michael@voidspace.org.uk> | 2013-02-11 13:20:52 (GMT) |
---|---|---|
committer | Michael Foord <michael@voidspace.org.uk> | 2013-02-11 13:20:52 (GMT) |
commit | f78f5b11f65ff6fd582d937615e8a1c3c8373662 (patch) | |
tree | 1807b2def229e35031df9fd532a4ff4856f287a7 /Misc | |
parent | 8fd396bd227ba35e0da477e5eef70e85700f186c (diff) | |
download | cpython-f78f5b11f65ff6fd582d937615e8a1c3c8373662.zip cpython-f78f5b11f65ff6fd582d937615e8a1c3c8373662.tar.gz cpython-f78f5b11f65ff6fd582d937615e8a1c3c8373662.tar.bz2 |
Correction to issue 17052 fix
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -221,7 +221,7 @@ Core and Builtins Library ------- -- Issue #17502: unittest discovery should use self.testLoader. +- Issue #17052: unittest discovery should use self.testLoader. - Issue #17141: random.vonmisesvariate() no more hangs for large kappas. |