summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2011-07-19 23:18:11 (GMT)
committerNed Deily <nad@acm.org>2011-07-19 23:18:11 (GMT)
commitdac7de31023980d82501a8a2aa4af0c55beedca4 (patch)
tree17c903b9fc1d642694ba189e580caadfbab79414 /Misc/NEWS
parent7b561ec98fec9378ba54fab818d9704c50710d71 (diff)
parent2ea6fccf64596f84562b0a57a8d63847286bdf4c (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c826ae1..9e63beb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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'