This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author russblau
Recipients craigh, russblau
Date 2008-10-15.16:54:22
SpamBayes Score 0.002692818
Marked as misclassified No
Message-id <1224089663.45.0.461707750961.issue4043@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2008-10-15 16:54:23russblausetrecipients: + russblau, craigh
2008-10-15 16:54:23russblausetmessageid: <1224089663.45.0.461707750961.issue4043@psf.upfronthosting.co.za>
2008-10-15 16:54:22russblaulinkissue4043 messages
2008-10-15 16:54:22russblaucreate