commit | 894e30ce0bcc1c509eb01c8ffa9ba6d7701aeaaf | [log] [tgz] |
---|---|---|
author | Steve Dower <steve.dower@python.org> | Sat Oct 26 13:02:30 2019 -0700 |
committer | GitHub <noreply@github.com> | Sat Oct 26 13:02:30 2019 -0700 |
tree | 4bcccc97453da258c43d262aaba971c0a26b287b | |
parent | d898d20e8c228229eb68e545f544db13f246f216 [diff] |
bpo-38434: Fixes some audit event documentation (GH-16932)
diff --git a/Doc/reference/simple_stmts.rst b/Doc/reference/simple_stmts.rst index 0a043a9..a8ec0fb 100644 --- a/Doc/reference/simple_stmts.rst +++ b/Doc/reference/simple_stmts.rst
@@ -839,6 +839,7 @@ :func:`importlib.import_module` is provided to support applications that determine dynamically the modules to be loaded. +.. audit-event:: import module,filename,sys.path,sys.meta_path,sys.path_hooks import .. _future: