summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-10-28 20:43:20 (GMT)
committerGitHub <noreply@github.com>2018-10-28 20:43:20 (GMT)
commit5c0a9c4ac4afc9e160f81570c563a1ba91f0459b (patch)
tree8276dba2efe5a76ceb5125bb99b3e88f8dabfdbc /Misc/NEWS.d
parent8d09a059f625381096ab98201c5219453249812f (diff)
downloadcpython-5c0a9c4ac4afc9e160f81570c563a1ba91f0459b.zip
cpython-5c0a9c4ac4afc9e160f81570c563a1ba91f0459b.tar.gz
cpython-5c0a9c4ac4afc9e160f81570c563a1ba91f0459b.tar.bz2
Issue 35093: Document the IDLE document viewer in the IDLE doc. (GH-10195)
Add a paragraph in "Help and preferences", "Help sources" subsection. (cherry picked from commit 18032632ab27eed51d705c2be7b64bac708279bf) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/IDLE/2018-10-28-15-53-51.bpo-35093.cH-tli.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2018-10-28-15-53-51.bpo-35093.cH-tli.rst b/Misc/NEWS.d/next/IDLE/2018-10-28-15-53-51.bpo-35093.cH-tli.rst
new file mode 100644
index 0000000..a330b99
--- /dev/null
+++ b/Misc/NEWS.d/next/IDLE/2018-10-28-15-53-51.bpo-35093.cH-tli.rst
@@ -0,0 +1,2 @@
+Document the IDLE document viewer in the IDLE doc. Add a paragraph in "Help
+and preferences", "Help sources" subsection.