[Python-checkins] r75521 - python/branches/release31-maint

r.david.murray python-checkins at python.org
Mon Oct 19 18:08:16 CEST 2009


Author: r.david.murray
Date: Mon Oct 19 18:08:15 2009
New Revision: 75521

Log:
Blocked revisions 75519 via svnmerge

................
  r75519 | r.david.murray | 2009-10-19 12:04:44 -0400 (Mon, 19 Oct 2009) | 12 lines
  
  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.
  ........
................


Modified:
   python/branches/release31-maint/   (props changed)


More information about the Python-checkins mailing list