unt(il)
Continue execution until the line with the the line number greater than the
- current one is reached or when returning from current frame
+ current one is reached or when returning from current frame.
.. versionadded:: 2.6
unt(il)
Continue execution until the line with a number greater than the
- current one is reached or until the current frame returns
-
+ current one is reached or until the current frame returns.
r(eturn)
Continue execution until the current function returns.
- os.path.walk is deprecated in favor of os.walk.
-- pdb gained the "until" command
+- pdb gained the "until" command.
Build
-----