Commit ad39aba2 authored by Guido van Rossum's avatar Guido van Rossum

Set sys.save_stdout (to sys.stdout), so doctest-using tests can be run

standalone.
parent 9081bb1d
......@@ -2,6 +2,8 @@
import sys
sys.save_stdout = sys.stdout
class Error(Exception):
"""Base class for regression test exceptions."""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment