commit | 2ea6fccf64596f84562b0a57a8d63847286bdf4c | [log] [tgz] |
---|---|---|
author | Ned Deily <nad@acm.org> | Tue Jul 19 16:15:27 2011 -0700 |
committer | Ned Deily <nad@acm.org> | Tue Jul 19 16:15:27 2011 -0700 |
tree | c8951e316d506a6a3cfd5a5cb990b7594acc114d | |
parent | c57ed91e0c1e5476076268e62a85b613ef88d21b [diff] [blame] |
Issue #12587: Correct faulty test file and reference in test_tokenize. (Patch by Robert Xiao)
diff --git a/Misc/NEWS b/Misc/NEWS index 3cb654c..590166a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -81,6 +81,9 @@ Tests ----- +- Issue #12587: Correct faulty test file and reference in test_tokenize. + (Patch by Robert Xiao) + - Try harder to reap dangling threads in test.support.reap_threads(). - Issue #12573: Add resource checks for dangling Thread and Process objects.