From: Tim Peters Date: Mon, 8 Nov 2004 22:31:09 +0000 (+0000) Subject: And delete a useless comment. X-Git-Tag: v2.4c1~59 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7960bf9c00e3f01e1e7f4585d593cb966afb8078;p=thirdparty%2FPython%2Fcpython.git And delete a useless comment. --- diff --git a/Lib/doctest.py b/Lib/doctest.py index c6677f737b81..0a13d77586a9 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?