Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[3.9] bpo-41841: Prepare IDLE NEWS for 3.9.2 #24343

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
Jan 26, 2021
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.9.1
Released on 2020-12-07?
What's New in IDLE 3.9.2
Released on 2021-02-15?
======================================


Expand All @@ -8,6 +8,11 @@ bpo-33065: Fix problem debugging user classes with __repr__ method.
bpo-32631: Finish zzdummy example extension module: make menu entries
work; add docstrings and tests with 100% coverage.


What's New in IDLE 3.9.1
Released on 2020-12-07
======================================

bpo-42508: Keep IDLE running on macOS. Remove obsolete workaround
that prevented running files with shortcuts when using new universal2
installers built on macOS 11.
Expand Down