idle's warnings formatters need to grow another arg (line = None), just as the formatwarnings function in the warnings module grew one.
This is needed for:
In idlelib.PyShell.py:
idle_showwarning
idle_formatwarning
and in idlelib.run.py:
idle_formatwarning_subproc
I noticed this when I tried code that did "import md5".
-Scott David Daniels
[EMAIL PROTECTED]
_______________________________________________
IDLE-dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/idle-dev
