summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1999-01-28 14:38:32 (GMT)
committerGuido van Rossum <guido@python.org>1999-01-28 14:38:32 (GMT)
commitb657c9344f92c38f5851a8794afa492992361f18 (patch)
tree1456b93f89a48f03b3a06f47521f5556fafda5a7 /Lib
parent0fa2ccdb0db732874b4bb0df17e3036a5e60f31b (diff)
downloadcpython-b657c9344f92c38f5851a8794afa492992361f18.zip
cpython-b657c9344f92c38f5851a8794afa492992361f18.tar.gz
cpython-b657c9344f92c38f5851a8794afa492992361f18.tar.bz2
Improvement of b/w compat note in help text for clear, by Richard Wolff.
Diffstat (limited to 'Lib')
-rwxr-xr-xLib/pdb.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/Lib/pdb.py b/Lib/pdb.py
index 9e09078..7d84e3c 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