diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-06-04 20:27:26 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-06-04 20:27:26 (GMT) |
commit | 41e9ad1ef40666e616d0923776b0b1d034b863ad (patch) | |
tree | f312ee490cc5b3b64d45464f8df43308b75695bf /Misc | |
parent | 05dab096c14402d4788f814b81352cc47f189218 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |