]> git.ipfire.org Git - thirdparty/Python/cpython.git/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:27:43 +0000 (14:27 -0700)
committerGitHub <noreply@github.com>
Wed, 20 Jun 2018 21:27:43 +0000 (14:27 -0700)
commita717c5646b36a42e4eb0ec4ae2a22520ff47d346
tree59d09cd21d4fa5a8016badd53a2c6228e7733486
parentb0f352680e73a374748994d383f591f2e4702669
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]