mirror of https://github.com/python/cpython.git
Improvement of b/w compat note in help text for clear, by Richard Wolff.
This commit is contained in:
parent
0fa2ccdb0d
commit
b657c9344f
|
@ -688,7 +688,8 @@ def help_cl(self):
|
||||||
|
|
||||||
Note that the argument is different from previous versions of
|
Note that the argument is different from previous versions of
|
||||||
the debugger (in python distributions 1.5.1 and before) where
|
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):
|
def help_tbreak(self):
|
||||||
print """tbreak same arguments as break, but breakpoint is
|
print """tbreak same arguments as break, but breakpoint is
|
||||||
|
|
Loading…
Reference in New Issue