[3.8] bpo-41841: prepare for 3.8.9 (GH-24635) · python/cpython@653e17b

Original file line numberDiff line numberDiff line change

@@ -1,12 +1,16 @@

1-

What's New in IDLE 3.8.8

2-

Released on 2021-02-15?

3-

======================================

1+

What's New in IDLE 3.8.9

2+

Released on 2021-05-03?

3+

=========================

44
55
66

bpo-43283: Document why printing to IDLE's Shell is often slower than

77

printing to a system terminal and that it can be made faster by

88

pre-formatting a single string before printing.

99
10+

What's New in IDLE 3.8.8

11+

Released on 2021-02-19

12+

======================================

13+
1014

bpo-23544: Disable Debug=>Stack Viewer when user code is running or

1115

Debugger is active, to prevent hang or crash. Patch by Zackery Spytz.

1216