summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorEdward Loper <edloper@gradient.cis.upenn.edu>2004-08-27 14:56:58 (GMT)
committerEdward Loper <edloper@gradient.cis.upenn.edu>2004-08-27 14:56:58 (GMT)
commit0fafacc6722ee9e34cfba4484095e08576945270 (patch)
tree34dc92aef2b6a87f72e7eceaf43f1bfcb8fd5cd5 /Lib
parent77dcccca0c29fc6017b6ebef3913abd762ba0c40 (diff)
downloadcpython-0fafacc6722ee9e34cfba4484095e08576945270.zip
cpython-0fafacc6722ee9e34cfba4484095e08576945270.tar.gz
cpython-0fafacc6722ee9e34cfba4484095e08576945270.tar.bz2
Removed outdated comment
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/test_doctest.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/test_doctest.py b/Lib/test/test_doctest.py
index 6f71577..2436644 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