From: Edward Loper Date: Fri, 27 Aug 2004 14:56:58 +0000 (+0000) Subject: Removed outdated comment X-Git-Tag: v2.4a3~84 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0fafacc6722ee9e34cfba4484095e08576945270;p=thirdparty%2FPython%2Fcpython.git Removed outdated comment --- diff --git a/Lib/test/test_doctest.py b/Lib/test/test_doctest.py index 6f715779dc61..24366445327b 100644 --- a/Lib/test/test_doctest.py +++ b/Lib/test/test_doctest.py @@ -1474,8 +1474,6 @@ Run the debugger on the docstring, and then restore sys.stdin. """ 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