]> granicus.if.org Git - python/commit
bpo-37824: Properly handle user input warnings in IDLE shell. (GH-15500)
authorTerry Jan Reedy <tjreedy@udel.edu>
Mon, 26 Aug 2019 06:27:56 +0000 (02:27 -0400)
committerGitHub <noreply@github.com>
Mon, 26 Aug 2019 06:27:56 +0000 (02:27 -0400)
commit1039f39c9c6edb4c185856c19316d3a4eb561c38
treedc336bbb7373edb44c8cab0358a0ea3c1839f6bd
parent73e054970193fc421c533564a4189be522f9c331
bpo-37824: Properly handle user input warnings in IDLE shell. (GH-15500)

Cease turning SyntaxWarnings into SyntaxErrors.
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]