summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2011-07-19 23:15:27 (GMT)
committerNed Deily <nad@acm.org>2011-07-19 23:15:27 (GMT)
commit2ea6fccf64596f84562b0a57a8d63847286bdf4c (patch)
treec8951e316d506a6a3cfd5a5cb990b7594acc114d /Misc/NEWS
parentc57ed91e0c1e5476076268e62a85b613ef88d21b (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3cb654c..590166a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.