diff options
author | Ned Deily <nad@acm.org> | 2011-07-19 23:18:11 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2011-07-19 23:18:11 (GMT) |
commit | dac7de31023980d82501a8a2aa4af0c55beedca4 (patch) | |
tree | 17c903b9fc1d642694ba189e580caadfbab79414 /Misc/NEWS | |
parent | 7b561ec98fec9378ba54fab818d9704c50710d71 (diff) | |
parent | 2ea6fccf64596f84562b0a57a8d63847286bdf4c (diff) | |
download | cpython-dac7de31023980d82501a8a2aa4af0c55beedca4.zip cpython-dac7de31023980d82501a8a2aa4af0c55beedca4.tar.gz cpython-dac7de31023980d82501a8a2aa4af0c55beedca4.tar.bz2 |
Issue #12587: Correct faulty test file and reference in test_tokenize.
(Patch by Robert Xiao)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1058,6 +1058,9 @@ Extension Modules 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' |