Skip to content

[3.7] bpo-34162: Update idlelib/news.txt for 3.7.5 #15016

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 29, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions Lib/idlelib/NEWS.txt
Original file line number Diff line number Diff line change
@@ -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?
======================================


Expand Down Expand Up @@ -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
Expand Down