summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2018-06-20 21:08:31 (GMT)
committerGitHub <noreply@github.com>2018-06-20 21:08:31 (GMT)
commit87a927325e3856621790a39d8718ff24a19510aa (patch)
tree7d48d214f4a4eaec477e842f36b58bd7592308cf /Misc
parentb248e957a818e268cfb221f3b94b37bc5672456a (diff)
downloadcpython-87a927325e3856621790a39d8718ff24a19510aa.zip
cpython-87a927325e3856621790a39d8718ff24a19510aa.tar.gz
cpython-87a927325e3856621790a39d8718ff24a19510aa.tar.bz2
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.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/IDLE/2018-06-20-16-27-48.bpo-33917.ZXHs8x.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2018-06-20-16-27-48.bpo-33917.ZXHs8x.rst b/Misc/NEWS.d/next/IDLE/2018-06-20-16-27-48.bpo-33917.ZXHs8x.rst
new file mode 100644
index 0000000..fe62d81
--- /dev/null
+++ b/Misc/NEWS.d/next/IDLE/2018-06-20-16-27-48.bpo-33917.ZXHs8x.rst
@@ -0,0 +1,3 @@
+Fix and document idlelib/idle_test/template.py. The revised file compiles,
+runs, and tests OK. idle_test/README.txt explains how to use it to create
+new IDLE test files.