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.

作者 kxroberto
收信人 Neil Muller, fdrake, jjlee, kxroberto, orsenthil, r.david.murray, terry.reedy
日期 2011-11-15.18:04:27
SpamBayes Score 0.0005330827
Marked as misclassified
Message-id <1321380268.09.0.45069324035.issue1486713@psf.upfronthosting.co.za>
In-reply-to
内容
I looked at the new patch http://hg.python.org/lookup/r86952 for Py3 (regarding the extended tolerance and local backporting to Python2.7):

What I miss are the calls of a kind of self.warning(msg,i,k) function in non-strict/tolerant mode (where self.error is called in strict mode). Such function could be empty or could be a silent simple counter (like in the old patch) - and could be easily sub-classed for advanced use.
I often want at least the possibilty of a HTML error log - so the HTML author (sometimes its me myself) can be noticed to get it more strict on the long run ;-) ...
历史
日期 用户 动作 参数
2011-11-15 18:04:28kxroberto修改recipients: + kxroberto, fdrake, terry.reedy, jjlee, orsenthil, Neil Muller, r.david.murray
2011-11-15 18:04:28kxroberto修改messageid: <1321380268.09.0.45069324035.issue1486713@psf.upfronthosting.co.za>
2011-11-15 18:04:27kxroberto链接issue1486713 messages
2011-11-15 18:04:27kxroberto创建