diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2021-02-24 02:34:25 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-24 02:34:25 (GMT) |
commit | 653e17b2cb35e6cd48e2bdca0c1b27b38bed7170 (patch) | |
tree | 4a02fd9cb237317b7eeea555b8f9ef52c1387dd0 | |
parent | bdf0fece5bbc2fc9fffbf0f314c7022e24e747df (diff) | |
download | cpython-653e17b2cb35e6cd48e2bdca0c1b27b38bed7170.zip cpython-653e17b2cb35e6cd48e2bdca0c1b27b38bed7170.tar.gz cpython-653e17b2cb35e6cd48e2bdca0c1b27b38bed7170.tar.bz2 |
[3.8] bpo-41841: prepare for 3.8.9 (GH-24635)
-rw-r--r-- | Lib/idlelib/NEWS.txt | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 103bf97..1764bb4 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -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. |