]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
And delete a useless comment.
authorTim Peters <tim.peters@gmail.com>
Mon, 8 Nov 2004 22:31:09 +0000 (22:31 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 8 Nov 2004 22:31:09 +0000 (22:31 +0000)
Lib/doctest.py

index c6677f737b815a24ea6b6f5138ba529eb29d4de5..0a13d77586a9000d45b6d5575235bdc64097c6c7 100644 (file)
@@ -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?