commit | 7960bf9c00e3f01e1e7f4585d593cb966afb8078 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Mon Nov 08 22:31:09 2004 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Mon Nov 08 22:31:09 2004 +0000 |
tree | 18057630a6283d27e937f2adb76f8d796b272655 | |
parent | d7bbbbc594544318bc6d0f28cb376a11a326c22f [diff] |
And delete a useless comment.
diff --git a/Lib/doctest.py b/Lib/doctest.py index c6677f7..0a13d77 100644 --- a/Lib/doctest.py +++ b/Lib/doctest.py
@@ -351,7 +351,6 @@ try: return pdb.Pdb.trace_dispatch(self, *args) finally: - # Restore stdout. sys.stdout = save_stdout # [XX] Normalize with respect to os.path.pardir?