[issue34857] IDLE: Module warnings misplaced.

Terry J. Reedy report at bugs.python.org
Fri Aug 16 01:23:48 EDT 2019


Terry J. Reedy <tjreedy at udel.edu> added the comment:

I moved leaving SyntaxWarnings as warnings to #37824, as that is mostly about editing pyshell.

Changing the ordering of warnings and RESTART involves run.show_warnings.  I believe the latter should collect lines in a warnings list and print
''.join(warnings) at the appropriate time.

----------
title: IDLE: SyntaxWarning not handled properly -> IDLE: Module warnings misplaced.

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34857>
_______________________________________


More information about the Python-bugs-list mailing list