summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/NEWS.txt
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2019-08-26 06:27:56 (GMT)
committerGitHub <noreply@github.com>2019-08-26 06:27:56 (GMT)
commit1039f39c9c6edb4c185856c19316d3a4eb561c38 (patch)
treedc336bbb7373edb44c8cab0358a0ea3c1839f6bd /Lib/idlelib/NEWS.txt
parent73e054970193fc421c533564a4189be522f9c331 (diff)
downloadcpython-1039f39c9c6edb4c185856c19316d3a4eb561c38.zip
cpython-1039f39c9c6edb4c185856c19316d3a4eb561c38.tar.gz
cpython-1039f39c9c6edb4c185856c19316d3a4eb561c38.tar.bz2
bpo-37824: Properly handle user input warnings in IDLE shell. (GH-15500)
Cease turning SyntaxWarnings into SyntaxErrors.
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r--Lib/idlelib/NEWS.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index 45918cf..949b30b 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -3,6 +3,12 @@ Released on 2019-10-20?
======================================
+bpo-37824: Properly handle user input warnings in IDLE shell.
+Cease turning SyntaxWarnings into SyntaxErrors.
+
+bpo-37929: IDLE Settings dialog now closes properly when there is no
+shell window.
+
bpo-37849: Fix completions list appearing too high or low when shown
above the current line.