Gregor Lingl <[EMAIL PROTECTED]> writes: > (1) Why does this additional line > > IDLE internal error in runcode() > > occur? > > (2) What does it mean? (Are there important > conclusions I have to draw from it?) > (3) Under which other circumstances does it occur?
The message was intended to draw attention to IDLE internal errors. But as you noted, it appeared before all exceptions when running without the subprocess. I have corrected that, it no longer appears when running w/o the subprocess. In that mode, it's not possible to separate IDLE exceptions from user code exceptions. -- KBK _______________________________________________ IDLE-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/idle-dev
