[issue13582] IDLE and pythonw.exe stderr problem

Terry J. Reedy report at bugs.python.org
Mon Jul 1 06:14:35 CEST 2013


Terry J. Reedy added the comment:

Print in the user process goes to shell window. You need to stimulate (or just add) print or warn in the idle process, which normally goes to console, or nowhere. It is hard (intentionally, I am sure) to dynamically manipulate idle process code. Roger said "try adding a "raise Exception" to a constructor for one of the extensions". I would start with a warning in PyShell. See doc or test_warnings for an example warnings call.

----------
stage:  -> test needed

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


More information about the Python-bugs-list mailing list