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 martin.panter
Recipients Anthony.Kong, Fotis.Koutoulakis, berker.peksag, eric.snow, lac, luiz.poleto, martin.panter, ncoghlan, r.david.murray
Date 2015-12-02.03:53:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449028412.99.0.508807039063.issue19771@psf.upfronthosting.co.za>
In-reply-to
Content
My new patch for Issue 14285 should avoid the main problem. However there would still be at least one leftover minor fix worth appyling: fix the exception message to use type(ex).__name__, not repr(type(ex)).
History
Date User Action Args
2015-12-02 03:53:33martin.pantersetrecipients: + martin.panter, ncoghlan, r.david.murray, eric.snow, Anthony.Kong, berker.peksag, Fotis.Koutoulakis, luiz.poleto, lac
2015-12-02 03:53:32martin.pantersetmessageid: <1449028412.99.0.508807039063.issue19771@psf.upfronthosting.co.za>
2015-12-02 03:53:32martin.panterlinkissue19771 messages
2015-12-02 03:53:32martin.pantercreate