oops: 

"""
format_exc(  [limit[, file]])
This is like print_exc(limit) but returns a string instead of printing to a
file. New in version 2.4.
"""

Philippe Martin wrote:

> Hi,
> 
> Is there a way to catch  traceback.print_exc() output into a string ?
> 
> 
> Philippe

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to