Add version{changed,added} markers and make minor style changes (GH-4273)

This commit is contained in:
Berker Peksag 2017-11-04 15:17:56 +03:00 committed by GitHub
parent d4d79bc1ff
commit 12d60560ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 5 deletions

View file

@ -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
-----------------