[Python-checkins] python/dist/src/Lib/test test_doctest.py, 1.38, 1.39

edloper at users.sourceforge.net edloper at users.sourceforge.net
Fri Aug 27 16:57:01 CEST 2004


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

Modified Files:
	test_doctest.py 
Log Message:
Removed outdated comment


Index: test_doctest.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_doctest.py,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- test_doctest.py	27 Aug 2004 02:07:46 -0000	1.38
+++ test_doctest.py	27 Aug 2004 14:56:58 -0000	1.39
@@ -1474,8 +1474,6 @@
 """
 
 def test_pdb_set_trace():
-    # Note: this should *not* be an r'...' string, because we need
-    # to use '\t' for the output of ...
     """Using pdb.set_trace from a doctest
 
     You can use pdb.set_trace from a doctest.  To do so, you must



More information about the Python-checkins mailing list