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 kxroberto
Recipients Neil Muller, fdrake, jjlee, kxroberto, orsenthil, r.david.murray, terry.reedy
Date 2011-11-15.18:04:27
SpamBayes Score 0.0005330827
Marked as misclassified No
Message-id <1321380268.09.0.45069324035.issue1486713@psf.upfronthosting.co.za>
In-reply-to
Content
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 ;-) ...
History
Date User Action Args
2011-11-15 18:04:28kxrobertosetrecipients: + kxroberto, fdrake, terry.reedy, jjlee, orsenthil, Neil Muller, r.david.murray
2011-11-15 18:04:28kxrobertosetmessageid: <1321380268.09.0.45069324035.issue1486713@psf.upfronthosting.co.za>
2011-11-15 18:04:27kxrobertolinkissue1486713 messages
2011-11-15 18:04:27kxrobertocreate