diff options
author | Ned Deily <nad@acm.org> | 2011-07-19 23:15:27 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2011-07-19 23:15:27 (GMT) |
commit | 2ea6fccf64596f84562b0a57a8d63847286bdf4c (patch) | |
tree | c8951e316d506a6a3cfd5a5cb990b7594acc114d /Misc/NEWS | |
parent | c57ed91e0c1e5476076268e62a85b613ef88d21b (diff) | |
download | cpython-2ea6fccf64596f84562b0a57a8d63847286bdf4c.zip cpython-2ea6fccf64596f84562b0a57a8d63847286bdf4c.tar.gz cpython-2ea6fccf64596f84562b0a57a8d63847286bdf4c.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
@@ -81,6 +81,9 @@ C-API 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. |