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 craigh
Recipients craigh
Date 2008-10-04.22:45:13
SpamBayes Score 4.9064283e-08
Marked as misclassified No
Message-id <1223160313.91.0.306027454753.issue4043@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, it looks like ANY warning will raise this error in IDLE.  For
example:

>>> import warnings
>>> warnings.warn('blah blah')

Traceback (most recent call last):
  File "<pyshell#5>", line 1, in <module>
    warnings.warn('blah blah')
  File "C:\Python26\Lib\warnings.py", line 29, in _show_warning
    file.write(formatwarning(message, category, filename, lineno, line))
TypeError: idle_formatwarning_subproc() takes exactly 4 arguments (5 given)
History
Date User Action Args
2008-10-04 22:45:14craighsetrecipients: + craigh
2008-10-04 22:45:13craighsetmessageid: <1223160313.91.0.306027454753.issue4043@psf.upfronthosting.co.za>
2008-10-04 22:45:13craighlinkissue4043 messages
2008-10-04 22:45:13craighcreate