diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2018-10-28 20:21:18 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-28 20:21:18 (GMT) |
commit | 18032632ab27eed51d705c2be7b64bac708279bf (patch) | |
tree | 9edf714e922c55e5d4fcb859a930a37b4032ec13 /Misc/NEWS.d/next/IDLE | |
parent | 372d705d958964289d762953d0a61622755f5386 (diff) | |
download | cpython-18032632ab27eed51d705c2be7b64bac708279bf.zip cpython-18032632ab27eed51d705c2be7b64bac708279bf.tar.gz cpython-18032632ab27eed51d705c2be7b64bac708279bf.tar.bz2 |
Issue 35093: Document the IDLE document viewer in the IDLE doc. (#10195)
Add a paragraph in "Help and preferences", "Help sources" subsection.
Diffstat (limited to 'Misc/NEWS.d/next/IDLE')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2018-10-28-15-53-51.bpo-35093.cH-tli.rst | 2 |
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. |