]> granicus.if.org Git - python/commit
bpo-37824: Properly handle user input warnings in IDLE shell. (GH-15500)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 26 Aug 2019 06:52:45 +0000 (23:52 -0700)
committerTerry Jan Reedy <tjreedy@udel.edu>
Mon, 26 Aug 2019 06:52:45 +0000 (02:52 -0400)
commit077887059a5b3d38161dfd74b160c701445a1ef0
treefd13945f28311bcd224059d03ec0080a9cdbf3b4
parent352a1239ff4af51ea7468646ce964bafa9bc380d
bpo-37824: Properly handle user input warnings in IDLE shell. (GH-15500)

Cease turning SyntaxWarnings into SyntaxErrors.
(cherry picked from commit 1039f39c9c6edb4c185856c19316d3a4eb561c38)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/idlelib/NEWS.txt
Lib/idlelib/pyshell.py
Misc/NEWS.d/next/IDLE/2019-08-26-00-41-53.bpo-37824.YY5jAI.rst [new file with mode: 0644]