[New-bugs-announce] [issue30719] IDLE: Make PyShell visible upon error.

Terry J. Reedy report at bugs.python.org
Tue Jun 20 19:35:40 EDT 2017


New submission from Terry J. Reedy:

Spinoff from #10079. "PseudoStderrFile" in PyShell.py brings the shell forward if an error occurs. It should be possible to extract G. Polo's patch for that class from the megapatch.

A possible issue is that PseudoStdoutFile and PseudoStderrFile have been combined as PseudoOutputFile.  That and PseudoInputfile are used in both the IDLE and user processes.

----------
assignee: terry.reedy
components: IDLE
messages: 296500
nosy: terry.reedy
priority: normal
severity: normal
stage: test needed
status: open
title: IDLE: Make PyShell visible upon error.
type: enhancement
versions: Python 3.6, Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30719>
_______________________________________


More information about the New-bugs-announce mailing list