]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #21916: Added tests for the turtle module.
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 4 Jun 2016 20:27:14 +0000 (23:27 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 4 Jun 2016 20:27:14 +0000 (23:27 +0300)
commitdec45b47c842572f4e7f2e050e794a20df338639
tree4d91ec1391ff7eb416286aafc25384ab690d613f
parentd37781eb2ea9263c846286117170c7b195c31076
Issue #21916: Added tests for the turtle module.
Patch by ingrid, Gregory Loyse and Jelle Zijlstra.
Lib/test/test_turtle.py [new file with mode: 0644]
Misc/NEWS