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 serhiy.storchaka
Recipients serhiy.storchaka, vstinner
Date 2020-12-30.19:26:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1609356419.4.0.571157981474.issue42790@roundup.psfhosted.org>
In-reply-to
Content
unittest outputs progress and summary to stderr, but test.regrtest outputs it to stdout. Except that it outputs progress to stderr if option -W is used.

It caused some problems with test_curses, because curses uses stdout, and when re-attach it to other terminal or file we can lose the regrtest output. It makes the code more complicated.
History
Date User Action Args
2020-12-30 19:26:59serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner
2020-12-30 19:26:59serhiy.storchakasetmessageid: <1609356419.4.0.571157981474.issue42790@roundup.psfhosted.org>
2020-12-30 19:26:59serhiy.storchakalinkissue42790 messages
2020-12-30 19:26:59serhiy.storchakacreate