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 PeterL
Recipients PeterL, vinay.sajip
Date 2010-06-11.08:22:50
SpamBayes Score 0.019579472
Marked as misclassified No
Message-id <1276244572.41.0.637828593498.issue8924@psf.upfronthosting.co.za>
In-reply-to
Content
Answer to your first question:
- The variable s is of type 'unicode'
- The variable record.exc_text, which is what Formatter.formatException returns, is of type 'str'

For your second question; I'm not a python expert, so I can't follow you there. I don't know what to do to test this.
History
Date User Action Args
2010-06-11 08:22:52PeterLsetrecipients: + PeterL, vinay.sajip
2010-06-11 08:22:52PeterLsetmessageid: <1276244572.41.0.637828593498.issue8924@psf.upfronthosting.co.za>
2010-06-11 08:22:50PeterLlinkissue8924 messages
2010-06-11 08:22:50PeterLcreate