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 ggenellina
Recipients amaury.forgeotdarc, ggenellina, vstinner
Date 2011-06-08.02:09:11
SpamBayes Score 9.109294e-05
Marked as misclassified No
Message-id <1307498951.77.0.4610638187.issue12276@psf.upfronthosting.co.za>
In-reply-to
Content
Is this the intended behavior then? I don't get the rationale for that change.

There is no way to completely supress traceback information now; for sys.tracebacklimit to be of any significance, it must be >= 1; 0 and negative values behave the same as it not being set (that is, a full traceback is printed).
History
Date User Action Args
2011-06-08 02:09:11ggenellinasetrecipients: + ggenellina, amaury.forgeotdarc, vstinner
2011-06-08 02:09:11ggenellinasetmessageid: <1307498951.77.0.4610638187.issue12276@psf.upfronthosting.co.za>
2011-06-08 02:09:11ggenellinalinkissue12276 messages
2011-06-08 02:09:11ggenellinacreate