Issue #12400: test.support.run_doctest() doesn't change sys.stdout anymore
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 29 Jun 2011 13:53:11 +0000 (15:53 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 29 Jun 2011 13:53:11 +0000 (15:53 +0200)
regrtest doesn't check that tests doesn't write something to stdout anymore.

Don't replace sys.stdout by the original sys.stdout to be able to capture the
output for regrtest -W.

1  2 
Lib/test/support.py

Simple merge