projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fa2ccd
)
Improvement of b/w compat note in help text for clear, by Richard Wolff.
author
Guido van Rossum
<guido@python.org>
Thu, 28 Jan 1999 14:38:32 +0000
(14:38 +0000)
committer
Guido van Rossum
<guido@python.org>
Thu, 28 Jan 1999 14:38:32 +0000
(14:38 +0000)
Lib/pdb.py
patch
|
blob
|
history
diff --git
a/Lib/pdb.py
b/Lib/pdb.py
index 9e09078b30b81cff283f1d23960debb780b8e73a..7d84e3c13cb55a5de0d7211f83783a27b6d5f534 100755
(executable)
--- 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