Hi Terry, > IDLE currently uses traceback.extract_tb and traceback.print_list
Awesome, that should work out perfectly then. Our current proof-of-concept implementation augments the traceback.FrameSummary class to include `end_lineno`, `colno` and `end_colno` attributes. We will make sure to add you as a reviewer on that change so you can give it an early shot at integrating with IDLE. Regards, Ammar _______________________________________________ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/J622Y35DCXIBHEF72VENBJ5DX6F5ZFPJ/ Code of Conduct: http://python.org/psf/codeofconduct/
