[Python-checkins] python/dist/src/Lib doctest.py,1.119,1.120

tim_one at users.sourceforge.net tim_one at users.sourceforge.net
Mon Nov 8 23:31:12 CET 2004


Update of /cvsroot/python/python/dist/src/Lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17681/Lib

Modified Files:
	doctest.py 
Log Message:
And delete a useless comment.


Index: doctest.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/doctest.py,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -d -r1.119 -r1.120
--- doctest.py	8 Nov 2004 22:30:28 -0000	1.119
+++ doctest.py	8 Nov 2004 22:31:09 -0000	1.120
@@ -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?



More information about the Python-checkins mailing list