From bb6c433409615907c7ee4999edde1ba2c1f23f45 Mon Sep 17 00:00:00 2001 From: "R. David Murray" Date: Tue, 3 Nov 2009 14:28:03 +0000 Subject: [PATCH] Unblocked 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. ........