commit | c36bf9918929ae37db1fea149ff9d9d408e62943 | [log] [tgz] |
---|---|---|
author | Michael Foord <michael@voidspace.org.uk> | Mon Feb 11 12:53:21 2013 +0000 |
committer | Michael Foord <michael@voidspace.org.uk> | Mon Feb 11 12:53:21 2013 +0000 |
tree | 1aea468e9481425b43e03cf121071757d81cc863 | |
parent | cb66ee7f56fe66d4b4cb7bc6abe6e1314e98b5c9 [diff] [blame] |
Correction to issue 17052 fix
diff --git a/Misc/NEWS b/Misc/NEWS index d5186d3..a65c091 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -202,7 +202,7 @@ 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.