➜

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.

作者 ncoghlan
收信人 alonho, benjamin.peterson, hniksic, ncoghlan, nikratio
日期 2013-11-13.16:14:58
SpamBayes Score -1.0
Marked as misclassified 是
Message-id <1384359298.49.0.762796729813.issue18861@psf.upfronthosting.co.za>
In-reply-to
内容
Walter suggested annotating the exceptions directly might work: https://mail.python.org/pipermail/python-dev/2013-November/130155.html

However, that potentially runs into nesting problems (e.g. the idna codec invokes the ascii codec), although Walter suggested a simpler mechanism that just involved appending to a list.
历史
日期 用户 动作 参数
2013-11-13 16:14:58ncoghlan修改recipients: + ncoghlan, hniksic, benjamin.peterson, nikratio, alonho
2013-11-13 16:14:58ncoghlan修改messageid: <1384359298.49.0.762796729813.issue18861@psf.upfronthosting.co.za>
2013-11-13 16:14:58ncoghlan链接issue18861 messages
2013-11-13 16:14:58ncoghlan创建