diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2019-10-27 05:23:30 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-27 05:23:30 (GMT) |
commit | a8fb9327fb9387b404d4b6ce55c608125f66b9ae (patch) | |
tree | 1babe7fecdace44b80608d614575bf107ea5a4d9 /Lib/idlelib | |
parent | e31a79a5b44357b409d71949dc5308889970f9ab (diff) | |
download | cpython-a8fb9327fb9387b404d4b6ce55c608125f66b9ae.zip cpython-a8fb9327fb9387b404d4b6ce55c608125f66b9ae.tar.gz cpython-a8fb9327fb9387b404d4b6ce55c608125f66b9ae.tar.bz2 |
bpo-37309: First idlelib/NEWS.txt for 3.9.0 (GH-16947)
Diffstat (limited to 'Lib/idlelib')
-rw-r--r-- | Lib/idlelib/NEWS.txt | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 1597eb9..ce96baf 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,5 +1,13 @@ +What's New in IDLE 3.9.0 (since 3.8.0) +Released on 2020-10-05? +====================================== + + +bpo-38598: Do not try to compile IDLE shell or output windows. + + What's New in IDLE 3.8.0 (since 3.7.0) -Released on 2019-10-20? +Released on 2019-10-14 ====================================== bpo-36698: IDLE no longer fails when writing non-encodable characters |