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 andrei.avk
Recipients andrei.avk, kj, pablogsal
Date 2021-09-20.16:34:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632155653.98.0.769239812024.issue45249@roundup.psfhosted.org>
In-reply-to
Content
I've ran into this when looking at doctest docs, the issue is that they use the old example where a single column is highlighted, I want to update it to explain why doctest output differs from the one you get from REPL, but I probably need to understand why it happens to provide a good explanation.

Alternatively this may be fixed to be consistent if it's easy enough to do.
History
Date User Action Args
2021-09-20 16:34:14andrei.avksetrecipients: + andrei.avk, pablogsal, kj
2021-09-20 16:34:13andrei.avksetmessageid: <1632155653.98.0.769239812024.issue45249@roundup.psfhosted.org>
2021-09-20 16:34:13andrei.avklinkissue45249 messages
2021-09-20 16:34:13andrei.avkcreate