summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/pdb.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/pdb.rst b/Doc/library/pdb.rst
index 7f44c08..4e79bad 100644
--- a/Doc/library/pdb.rst
+++ b/Doc/library/pdb.rst
@@ -339,6 +339,9 @@ by the local file.
equal to that is reached. In both cases, also stop when the current frame
returns.
+ .. versionchanged:: 3.2
+ Allow giving an explicit line number.
+
.. pdbcommand:: r(eturn)
Continue execution until the current function returns.