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 pablogsal
Recipients andrei.avk, kj, pablogsal
Date 2021-09-20.16:39:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632155988.76.0.427126390138.issue45249@roundup.psfhosted.org>
In-reply-to
Content
Hummmm, could you explain a bit more in detail what is the expected output? I can see highlighting in the exec call that you pasted:

        exec(compile(example.source, filename, "single",
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

The fact that you see those "^^^^^^" indicate that is working no? What is missing?
History
Date User Action Args
2021-09-20 16:39:48pablogsalsetrecipients: + pablogsal, kj, andrei.avk
2021-09-20 16:39:48pablogsalsetmessageid: <1632155988.76.0.427126390138.issue45249@roundup.psfhosted.org>
2021-09-20 16:39:48pablogsallinkissue45249 messages
2021-09-20 16:39:48pablogsalcreate