Skip to content

[3.8] bpo-41841: prepare for 3.8.9 #24635

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
Feb 24, 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
10 changes: 7 additions & 3 deletions Lib/idlelib/NEWS.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
What's New in IDLE 3.8.8
Released on 2021-02-15?
======================================
What's New in IDLE 3.8.9
Released on 2021-05-03?
=========================


bpo-43283: Document why printing to IDLE's Shell is often slower than
printing to a system terminal and that it can be made faster by
pre-formatting a single string before printing.

What's New in IDLE 3.8.8
Released on 2021-02-19
======================================

bpo-23544: Disable Debug=>Stack Viewer when user code is running or
Debugger is active, to prevent hang or crash. Patch by Zackery Spytz.

Expand Down