Skip to content

[3.7] bpo-34162: Fix idlelib/NEWS.text for 3.7.4 #13067

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 3 commits into from
May 2, 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
13 changes: 9 additions & 4 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.3
Released on 2019-??-??
What's New in IDLE 3.7.4
Released on 2019-06-24?
======================================


Expand All @@ -19,6 +19,11 @@ This param was only used twice and changed the return type.

bpo-23216: IDLE: Add docstrings to search modules.


What's New in IDLE 3.7.3
Released on 2019-03-25
======================================

bpo-36176: Fix IDLE autocomplete & calltip popup colors.
Prevent conflicts with Linux dark themes
(and slightly darken calltip background).
Expand Down Expand Up @@ -74,7 +79,7 @@ Add some internal references within the IDLE doc.


What's New in IDLE 3.7.2
Released on 2018-12-21?
Released on 2018-12-24
======================================

bpo-34864: When starting IDLE on MacOS, warn if the system setting
Expand Down Expand Up @@ -117,7 +122,7 @@ The main change is the elimination of chapter-section numbers.


What's New in IDLE 3.7.1
Released on 2018-07-31?
Released on 2018-10-20
======================================

bpo-1529353: Output over N lines (50 by default) is squeezed down to a button.
Expand Down