summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-06-04 20:27:26 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-06-04 20:27:26 (GMT)
commit41e9ad1ef40666e616d0923776b0b1d034b863ad (patch)
treef312ee490cc5b3b64d45464f8df43308b75695bf /Misc
parent05dab096c14402d4788f814b81352cc47f189218 (diff)
downloadcpython-41e9ad1ef40666e616d0923776b0b1d034b863ad.zip
cpython-41e9ad1ef40666e616d0923776b0b1d034b863ad.tar.gz
cpython-41e9ad1ef40666e616d0923776b0b1d034b863ad.tar.bz2
Issue #21916: Added tests for the turtle module.
Patch by ingrid, Gregory Loyse and Jelle Zijlstra.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 64fefad..ed09a5d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -538,6 +538,9 @@ Documentation
Tests
-----
+- Issue #21916: Added tests for the turtle module. Patch by ingrid,
+ Gregory Loyse and Jelle Zijlstra.
+
- Issue #26523: The multiprocessing thread pool (multiprocessing.dummy.Pool)
was untested.