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 tim.peters
Recipients jamur2, tim.peters
Date 2013-12-03.22:41:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386110508.81.0.468803806686.issue19138@psf.upfronthosting.co.za>
In-reply-to
Content
On second thought, I don't want to use a regexp for this.  The mandatory colon _was_ a kind of absolute wall, and the various instances of "[^:]" exploited that to avoid unintended matches.

But "possibly dotted name followed possibly by a colon" is straightforward to get right with a pair of simple string searches, so I'll introduce a new `_strip_exception_details()` function instead.
History
Date User Action Args
2013-12-03 22:41:48tim.peterssetrecipients: + tim.peters, jamur2
2013-12-03 22:41:48tim.peterssetmessageid: <1386110508.81.0.468803806686.issue19138@psf.upfronthosting.co.za>
2013-12-03 22:41:48tim.peterslinkissue19138 messages
2013-12-03 22:41:48tim.peterscreate