]> granicus.if.org Git - python/commit
Get rid of the increasingly convoluted global tricks w/ sys.stdout, in
authorTim Peters <tim.peters@gmail.com>
Tue, 25 Sep 2001 19:13:20 +0000 (19:13 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 25 Sep 2001 19:13:20 +0000 (19:13 +0000)
commit342ca75d9552ff5c606c465d1392a32e44257fe5
tree5d063062146708903e0911efdfe3da2a5412c31b
parent5055545fc06adcaa0cdeed69b317f917d9651749
Get rid of the increasingly convoluted global tricks w/ sys.stdout, in
favor of local save/modify/restore.  The test suite should run fine again.
Lib/test/regrtest.py
Lib/test/test_support.py