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 Michael.Felt
Recipients Michael.Felt, miss-islington, serhiy.storchaka
Date 2021-03-30.07:24:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617089041.44.0.686546650478.issue43659@roundup.psfhosted.org>
In-reply-to
Content
my default TERM=xterm

I'll also use 'ansi'

The filenames will be ${TERM}.err and ${TERM}.out

for TERM in xterm ansi; do
./python -m test -vuall test_curses 2>${TERM}.err >${TERM}.out
done

After TERM=ansi - my terminal is in raw mode (i.e.,
$ stty sane ^J

needed).
History
Date User Action Args
2021-03-30 07:24:01Michael.Feltsetrecipients: + Michael.Felt, serhiy.storchaka, miss-islington
2021-03-30 07:24:01Michael.Feltsetmessageid: <1617089041.44.0.686546650478.issue43659@roundup.psfhosted.org>
2021-03-30 07:24:01Michael.Feltlinkissue43659 messages
2021-03-30 07:24:01Michael.Feltcreate