commit | 09386446850b0ce3a5d59ff24ba4ccc3efd14a2b | [log] [tgz] |
---|---|---|
author | R. David Murray <rdmurray@bitdance.com> | Mon Oct 19 16:04:44 2009 +0000 |
committer | R. David Murray <rdmurray@bitdance.com> | Mon Oct 19 16:04:44 2009 +0000 |
tree | 5649e06ae75850f152d7c809d01fde8d8834dca8 | |
parent | 2714460ac0126908782dde4f3afd27e5ce5dccd4 [diff] |
Note that on py3k we are actually looking at sys.stdout, not sys.__stdout__. Merged revisions 75518 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ 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. ........