]> git.ipfire.org Git - thirdparty/Python/cpython.git/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:53:38 +0000 (23:53 -0700)
committerGitHub <noreply@github.com>
Mon, 26 Aug 2019 06:53:38 +0000 (23:53 -0700)
commit1b15914ebb46e549ff0965c789ef03b4bac2a890
tree32fb006055626462ea2e767e331429d278e6cb27
parentae31b640c46173269ae712f418a0214f67c75292
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]