]> granicus.if.org Git - python/commit
bpo-33917: Fix and document idlelib/idle_test/template.py (GH-7830)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 20 Jun 2018 21:33:14 +0000 (14:33 -0700)
committerGitHub <noreply@github.com>
Wed, 20 Jun 2018 21:33:14 +0000 (14:33 -0700)
commit7c853d0620e1ea838f46642dbaa8ef142d80aa01
tree446f707a40dd928b3b680236ae937d16434d4070
parentb41dc5682c596258d1489a1409fad2d65b5dffd9
bpo-33917: Fix and document idlelib/idle_test/template.py (GH-7830)

The revised file compiles, runs, and tests OK. idle_test/README.txt
explains how to use it to create new IDLE test files.
(cherry picked from commit 87a927325e3856621790a39d8718ff24a19510aa)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/idlelib/idle_test/README.txt
Lib/idlelib/idle_test/template.py
Misc/NEWS.d/next/IDLE/2018-06-20-16-27-48.bpo-33917.ZXHs8x.rst [new file with mode: 0644]