diff options
Diffstat (limited to 'Doc/whatsnew/3.7.rst')
-rw-r--r-- | Doc/whatsnew/3.7.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst index d1792dc..8d2b52b 100644 --- a/Doc/whatsnew/3.7.rst +++ b/Doc/whatsnew/3.7.rst @@ -318,9 +318,9 @@ to be executed on a process fork. (Contributed by Antoine Pitrou in pdb --- -:func:`~pdb.set_trace` now takes an optional ``header`` keyword-only +:func:`~pdb.set_trace` now takes an optional *header* keyword-only argument. If given, this is printed to the console just before debugging -begins. +begins. (Contributed by Barry Warsaw in :issue:`31389`.) re -- |