Russell Blau <[EMAIL PROTECTED]> added the comment:

This error is caused by line 27 in run.py:

    def idle_formatwarning_subproc(message, category, filename, lineno):

needs to be changed to --

    def idle_formatwarning_subproc(message, category, filename, lineno, 
line=None):

so that the function signature matches that of warnings.formatwarning

----------
nosy: +russblau

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue4043>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to