[Python-Dev] Re: module extension search order - can it be
changed?
Skip Montanaro
skip@pobox.com
Wed, 26 Feb 2003 20:10:25 -0600
Guido> Check out cgitb.py. It does a lot of that (albeit in HTML).
I have a version of cgitb which includes the ability to display plain text.
See <http://python.org/sf/569574>. Last time I brought the topic up the
suggestion was that much of this functionality belongs in traceback.py. I'm
not sure I'm up to such major module surgery. It would probably be more
productive for Ping to tackle that.
Skip