From: Guido van Rossum Date: Thu, 28 Jan 1999 14:38:32 +0000 (+0000) Subject: Improvement of b/w compat note in help text for clear, by Richard Wolff. X-Git-Tag: v1.5.2b2~244 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b657c9344f92c38f5851a8794afa492992361f18;p=thirdparty%2FPython%2Fcpython.git Improvement of b/w compat note in help text for clear, by Richard Wolff. --- diff --git a/Lib/pdb.py b/Lib/pdb.py index 9e09078b30b8..7d84e3c13cb5 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