From 571164f96f5e131a2b1ec0feabea1de2d5f44af8 Mon Sep 17 00:00:00 2001
From: Terry Jan Reedy <tjreedy@udel.edu>
Date: Sat, 23 May 2015 18:13:14 -0400
Subject: [PATCH] Add pointer to IDLE what's new file.

---
 Doc/whatsnew/3.4.rst | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
index bc3a6cc8ad..cf7de22f28 100644
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -967,6 +967,16 @@ a ``-b/--bind`` option that causes the server to listen on a specific address.
 (Contributed by Malte Swart in :issue:`17764`.)
 
 
+idlelib and IDLE
+----------------
+
+Since idlelib implements the IDLE shell and editor and is not intended for
+import by other programs, it gets improvements with every release. See
+:file:`Lib/idlelib/NEWS.txt` for a cumulative list of changes since 3.3.0,
+as well as changes made in future 3.4.x releases. This file is also available
+from the IDLE Help -> About Idle dialog. 
+
+
 importlib
 ---------
 
-- 
2.40.0