commit | dac7de31023980d82501a8a2aa4af0c55beedca4 | [log] [tgz] |
---|---|---|
author | Ned Deily <nad@acm.org> | Tue Jul 19 16:18:11 2011 -0700 |
committer | Ned Deily <nad@acm.org> | Tue Jul 19 16:18:11 2011 -0700 |
tree | 17c903b9fc1d642694ba189e580caadfbab79414 | |
parent | 7b561ec98fec9378ba54fab818d9704c50710d71 [diff] [blame] | |
parent | 2ea6fccf64596f84562b0a57a8d63847286bdf4c [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 c826ae1..9e63beb 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -1058,6 +1058,9 @@ Tests ----- +- Issue #12587: Correct faulty test file and reference in test_tokenize. + (Patch by Robert Xiao) + - Issue #12573: Add resource checks for dangling Thread and Process objects. - Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64'