diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2017-11-04 12:17:56 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-04 12:17:56 (GMT) |
commit | 12d60560ac8349595d8f44b5e1ec5ff86f3f0029 (patch) | |
tree | d3d1d582ae4aaf077390a6a0563cf53510a4c452 /Doc/whatsnew | |
parent | d4d79bc1ff91b04625c312f0219c89aabcd19ce4 (diff) | |
download | cpython-12d60560ac8349595d8f44b5e1ec5ff86f3f0029.zip cpython-12d60560ac8349595d8f44b5e1ec5ff86f3f0029.tar.gz cpython-12d60560ac8349595d8f44b5e1ec5ff86f3f0029.tar.bz2 |
Add version{changed,added} markers and make minor style changes (GH-4273)
Diffstat (limited to 'Doc/whatsnew')
-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 -- |