In message <[email protected]>, Antoine Pitrou wrote:
> If you want to present exceptions to users in a different way ...
sys.stderr.write \
(
"Traceback (most recent call last):\n"
...
"AttributeError: blah blah blah ...\n"
)
--
http://mail.python.org/mailman/listinfo/python-list
