Skip to content

Commit 8c84836

Browse files
committed
3.16
1 parent e2b9c5a commit 8c84836

2 files changed

Lines changed: 14 additions & 15 deletions

File tree

Doc/whatsnew/3.15.rst

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1720,21 +1720,6 @@ typing
17201720
``bound`` semantics remain undefined in the specification.
17211721

17221722

1723-
traceback
1724-
----------
1725-
1726-
* Add new *show_source_lines* and *recent_first* keyword only arguments to
1727-
the :mod:`traceback` functions.
1728-
1729-
The *show_source_lines* argument controls whether source code lines are displayed.
1730-
It is default to ``True``.
1731-
1732-
The *recent_first* argument controls whether the most recent frames are
1733-
displayed first or last in the traceback. It affects whether the exception
1734-
is displayed at the top or bottom of the traceback. It is default to ``False``.
1735-
(Contributed by Inada Naoki in :gh:`135751`)
1736-
1737-
17381723
unicodedata
17391724
-----------
17401725

Doc/whatsnew/3.16.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,20 @@ shlex
116116
a string, even if it is already safe for a shell without being quoted.
117117
(Contributed by Jay Berry in :gh:`148846`.)
118118

119+
traceback
120+
----------
121+
122+
* Add new *show_source_lines* and *recent_first* keyword only arguments to
123+
the :mod:`traceback` functions.
124+
125+
The *show_source_lines* argument controls whether source code lines are displayed.
126+
It is default to ``True``.
127+
128+
The *recent_first* argument controls whether the most recent frames are
129+
displayed first or last in the traceback. It affects whether the exception
130+
is displayed at the top or bottom of the traceback. It is default to ``False``.
131+
(Contributed by Inada Naoki in :gh:`135751`)
132+
119133
xml
120134
---
121135

0 commit comments

Comments
 (0)