From: R. David Murray Date: Mon, 19 Oct 2009 16:07:41 +0000 (+0000) Subject: Blocked revisions 75518 via svnmerge X-Git-Tag: v2.6.4~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f902a0e6575c64fe3d09cbd686787b714ffa563;p=python Blocked revisions 75518 via svnmerge ........ r75518 | r.david.murray | 2009-10-19 12:01:28 -0400 (Mon, 19 Oct 2009) | 3 lines Only run test_curses when sys.__stdout__ is a tty. This eliminates the last false positive when running regrtest with -j. ........ ---