diff --git a/Doc/library/pdb.rst b/Doc/library/pdb.rst --- a/Doc/library/pdb.rst +++ b/Doc/library/pdb.rst @@ -211,6 +211,11 @@ the commands; the input is split at the first ``;;`` pair, even if it is in the middle of a quoted string. +.. versionchanged:: 3.4 + The ``next``, ``until`` and ``return`` commands do not treat the + ``yield`` and ``yield from`` statements as if they were returns and stop + instead in the current frame. + .. index:: pair: .pdbrc; file triple: debugger; configuration; file