File tree 4 files changed +11
-5
lines changed 4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -317,12 +317,16 @@ Available static markers
317
317
Fires before :mod: `importlib ` attempts to find and load the module.
318
318
``arg0 `` is the module name.
319
319
320
+ .. versionadded :: 3.7
321
+
320
322
.. c :function :: import__find__load__done(str modulename, int found)
321
323
322
324
Fires after :mod: `importlib `'s find_and_load function is called.
323
325
``arg0 `` is the module name, ``arg1 `` indicates if module was
324
326
successfully loaded.
325
327
328
+ .. versionadded :: 3.7
329
+
326
330
327
331
SystemTap Tapsets
328
332
-----------------
Original file line number Diff line number Diff line change @@ -123,10 +123,10 @@ slightly different way:
123
123
Enter the debugger at the calling stack frame. This is useful to hard-code
124
124
a breakpoint at a given point in a program, even if the code is not
125
125
otherwise being debugged (e.g. when an assertion fails). If given,
126
- `` header `` is printed to the console just before debugging begins.
126
+ * header * is printed to the console just before debugging begins.
127
127
128
- .. versionadded :: 3.7
129
- The keyword-only argument `` header `` .
128
+ .. versionchanged :: 3.7
129
+ The keyword-only argument * header * .
130
130
131
131
132
132
.. function :: post_mortem(traceback=None)
Original file line number Diff line number Diff line change @@ -86,6 +86,8 @@ The following options are understood:
86
86
87
87
:option: `--compress ` has no effect when copying an archive.
88
88
89
+ .. versionadded :: 3.7
90
+
89
91
.. cmdoption :: --info
90
92
91
93
Display the interpreter embedded in the archive, for diagnostic purposes. In
Original file line number Diff line number Diff line change @@ -318,9 +318,9 @@ to be executed on a process fork. (Contributed by Antoine Pitrou in
318
318
pdb
319
319
---
320
320
321
- :func: `~pdb.set_trace ` now takes an optional `` header `` keyword-only
321
+ :func: `~pdb.set_trace ` now takes an optional * header * keyword-only
322
322
argument. If given, this is printed to the console just before debugging
323
- begins.
323
+ begins. (Contributed by Barry Warsaw in :issue: ` 31389 `.)
324
324
325
325
re
326
326
--
You can’t perform that action at this time.
0 commit comments