summaryrefslogtreecommitdiffstats
path: root/Misc
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
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')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index da13b93..1e9a721 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -1030,6 +1030,7 @@ Gordon Worley
Thomas Wouters
Heiko Wundram
Doug Wyatt
+Robert Xiao
Florent Xicluna
Hirokazu Yamamoto
Ka-Ping Yee
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'