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 scott_daniels
Recipients gpolo, scott_daniels
Date 2008-09-27.23:32:03
SpamBayes Score 8.969736e-05
Marked as misclassified No
Message-id <1222558325.55.0.360976717184.issue3926@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-09-27 23:32:05scott_danielssetrecipients: + scott_daniels, gpolo
2008-09-27 23:32:05scott_danielssetmessageid: <1222558325.55.0.360976717184.issue3926@psf.upfronthosting.co.za>
2008-09-27 23:32:04scott_danielslinkissue3926 messages
2008-09-27 23:32:04scott_danielscreate