From b657c9344f92c38f5851a8794afa492992361f18 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 28 Jan 1999 14:38:32 +0000 Subject: [PATCH] Improvement of b/w compat note in help text for clear, by Richard Wolff. --- Lib/pdb.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Lib/pdb.py b/Lib/pdb.py index 9e09078b30b..7d84e3c13cb 100755 --- a/Lib/pdb.py +++ b/Lib/pdb.py @@ -688,7 +688,8 @@ def help_cl(self): 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