From c1c5b5d2c30c3065b36d148f4e703f8217aa451f Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Mon, 29 Jul 2019 18:46:48 -0400 Subject: [PATCH] bpo-34162: Update idlelib/news.txt for 3.7.5 --- Lib/idlelib/NEWS.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index fc9f0fdee2c31a..2b223e1c8b7abc 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,5 +1,5 @@ -What's New in IDLE 3.7.4 -Released on 2019-06-24? +What's New in IDLE 3.7.5 +Released on 2019-09-30? ====================================== @@ -27,6 +27,11 @@ of after a random delay. bpo-27452: Cleanup config.py by inlining RemoveFile and simplifying the handling of __file__ in CreateConfigHandlers/ + +What's New in IDLE 3.7.4 +Released on 2019-07-08 +====================================== + bpo-26806: To compensate for stack frames added by IDLE and avoid possible problems with low recursion limits, add 30 to limits in the user code execution process. Subtract 30 when reporting recursion