summaryrefslogtreecommitdiff
path: root/Lib/pdb.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1999-01-28 14:38:32 +0000
committerGuido van Rossum <guido@python.org>1999-01-28 14:38:32 +0000
commit99e28306f230ceb3a7193ff45216bb32ef7b4930 (patch)
tree5fe62abf520dbb5209b71c906e6c24b2035bc735 /Lib/pdb.py
parent5afcf2e9fd69ab68ca3acad879ed01e4b8070b0b (diff)
downloadcpython-99e28306f230ceb3a7193ff45216bb32ef7b4930.tar.gz
Improvement of b/w compat note in help text for clear, by Richard Wolff.
Diffstat (limited to 'Lib/pdb.py')
-rwxr-xr-xLib/pdb.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/Lib/pdb.py b/Lib/pdb.py
index 9e09078b30..7d84e3c13c 100755
--- a/Lib/pdb.py
+++ b/Lib/pdb.py
@@ -688,7 +688,8 @@ class Pdb(bdb.Bdb, cmd.Cmd):
Note that the argument is different from previous versions of
the debugger (in python distributions 1.5.1 and before) where
- a linenumber was used instead of breakpoint numbers."""
+ a linenumber was used instead of either filename:lineno or
+ breakpoint numbers."""
def help_tbreak(self):
print """tbreak same arguments as break, but breakpoint is