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 waltermundt
Recipients georg.brandl, terry.reedy, waltermundt
Date 2013-01-05.17:12:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357405962.63.0.908662710066.issue16855@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for looking into the version applicability.  I'd bet that under the covers IDLE is relying on the traceback module too.  Anyone have a Windows CPython 2.7.3 and care to check the output of the test code in a cmd window?  I originally ran it unindented out of a file if that helps.

I will remember your comments on code indenting and use of cross-version print idioms in test code for future reference.  Others wanting to paste it into a file or interpreter can add an "if True:" prefix as a workaround for this bug.
History
Date User Action Args
2013-01-05 17:12:42waltermundtsetrecipients: + waltermundt, georg.brandl, terry.reedy
2013-01-05 17:12:42waltermundtsetmessageid: <1357405962.63.0.908662710066.issue16855@psf.upfronthosting.co.za>
2013-01-05 17:12:42waltermundtlinkissue16855 messages
2013-01-05 17:12:42waltermundtcreate