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 isoschiz
Recipients benjamin.peterson, isoschiz, r.david.murray, serhiy.storchaka
Date 2013-04-20.21:18:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <0CC88CCD-B117-41AE-929E-BC9BD41EA042@ensoft.co.uk>
In-reply-to <1366480541.35.0.687589558731.issue17646@psf.upfronthosting.co.za>
Content
On 20 Apr 2013, at 18:55, Serhiy Storchaka <report@bugs.python.org> wrote:
> Serhiy Storchaka added the comment:
> 
> Could print_exception() in Lib/idlelib/run.py reuse new traceback functions?

Actually, cleaning up code like that in Idle and the code module and import.c was what I was aiming to solve when I stumbled upon the duplication in traceback.py - once this patch is in, I plan to raise a separate issue with my suggestion for that clean up.

To answer your question directly, the changes I've made here don't solve the problem, no. More invasive changes are required, which is why I raised this cleanup portion of my change separately (on the assumption this change alone wouldn't be controversial, but my wider change might be).
History
Date User Action Args
2013-04-20 21:18:08isoschizsetrecipients: + isoschiz, benjamin.peterson, r.david.murray, serhiy.storchaka
2013-04-20 21:18:08isoschizlinkissue17646 messages
2013-04-20 21:18:08isoschizcreate