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.

作者 terry.reedy
收信人 amaury.forgeotdarc, christian.heimes, docs@python, ggenellina, terry.reedy, vstinner
日期 2011-06-11.02:17:34
SpamBayes Score 0.0005239488
Marked as misclassified
Message-id <1307758655.32.0.337613193908.issue12276@psf.upfronthosting.co.za>
In-reply-to
内容
Either code or doc must change (with 'version changed' note). Doc: "The default is 1000. When set to 0 or less, all traceback information is suppressed and only the exception type and value are printed."

Christian's patch: "values <= 0 are replaced with a default value to avoid infinite recursion and other issues." Default is 1000.

I do not see the logic of changing 'nothing' to 'everything'. I am puzzled how printing nothing causes infinite recursion.
历史
日期 用户 动作 参数
2011-06-11 02:17:35terry.reedy修改recipients: + terry.reedy, amaury.forgeotdarc, ggenellina, vstinner, christian.heimes, docs@python
2011-06-11 02:17:35terry.reedy修改messageid: <1307758655.32.0.337613193908.issue12276@psf.upfronthosting.co.za>
2011-06-11 02:17:34terry.reedy链接issue12276 messages
2011-06-11 02:17:34terry.reedy创建