File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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-
17381723unicodedata
17391724-----------
17401725
Original file line number Diff line number Diff 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+
119133xml
120134---
121135
You can’t perform that action at this time.
0 commit comments