mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Add version{changed,added} markers and make minor style changes (GH-4273)
This commit is contained in:
parent
d4d79bc1ff
commit
12d60560ac
4 changed files with 11 additions and 5 deletions
|
@ -317,12 +317,16 @@ Available static markers
|
|||
Fires before :mod:`importlib` attempts to find and load the module.
|
||||
``arg0`` is the module name.
|
||||
|
||||
.. versionadded:: 3.7
|
||||
|
||||
.. c:function:: import__find__load__done(str modulename, int found)
|
||||
|
||||
Fires after :mod:`importlib`'s find_and_load function is called.
|
||||
``arg0`` is the module name, ``arg1`` indicates if module was
|
||||
successfully loaded.
|
||||
|
||||
.. versionadded:: 3.7
|
||||
|
||||
|
||||
SystemTap Tapsets
|
||||
-----------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue