From 7960bf9c00e3f01e1e7f4585d593cb966afb8078 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Mon, 8 Nov 2004 22:31:09 +0000 Subject: [PATCH] And delete a useless comment. --- Lib/doctest.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/doctest.py b/Lib/doctest.py index c6677f737b8..0a13d77586a 100644 --- a/Lib/doctest.py +++ b/Lib/doctest.py @@ -351,7 +351,6 @@ class _OutputRedirectingPdb(pdb.Pdb): try: return pdb.Pdb.trace_dispatch(self, *args) finally: - # Restore stdout. sys.stdout = save_stdout # [XX] Normalize with respect to os.path.pardir?