diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2019-10-27 05:25:27 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-27 05:25:27 (GMT) |
commit | 6d6418a075f272aeab93c6f2ec15c10257b94e1d (patch) | |
tree | f8affc1e7018155ce046df33ea6ca115ee885907 /Lib | |
parent | 7a3b1a6f0b0a5ac6e9af4c5ee8b89a2fca96efb6 (diff) | |
download | cpython-6d6418a075f272aeab93c6f2ec15c10257b94e1d.zip cpython-6d6418a075f272aeab93c6f2ec15c10257b94e1d.tar.gz cpython-6d6418a075f272aeab93c6f2ec15c10257b94e1d.tar.bz2 |
[3.8] bpo-37309: First idlelib/NEWS.txt for 3.8.1 (GH-16947)
Diffstat (limited to 'Lib')
-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..04d9bb8 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,5 +1,13 @@ +What's New in IDLE 3.8.1 +Released on 2019-12-16? +====================================== + + +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 |