Scott David Daniels <[EMAIL PROTECTED]> added the comment: OK, Issues: 1) warnings.py I/O errors in formatwarning will be masked and misinterpreted as failures to write on stderr, and no output will be attempted.
2) warnings.py A line with of whitespace will be shown, rather than suppressed. 3) idlelib/PyShell.py idle_show_warning did not take new args to showwarning. & a repeat of an error much like 1. 3) idlelib/PyShell.py idle_format_warning did not take new arg to formatwarning. 4) idlelib/PyShell.py extended_linecache_checkcache did not pass its arg along to orig_checkcache. Had to rename the element in the loop to avoid trashing the arg. 5) idlelib/run.py idle_formatwarning_subproc must also follow the new protocol for formatwarning. ---------- components: +IDLE, Library (Lib) Added file: http://bugs.python.org/file11636/diff_trunk _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3926> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com