diff options
author | Steve Dower <steve.dower@python.org> | 2019-10-26 13:02:30 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-26 13:02:30 -0700 |
commit | 894e30ce0bcc1c509eb01c8ffa9ba6d7701aeaaf (patch) | |
tree | 4bcccc97453da258c43d262aaba971c0a26b287b /Doc/reference | |
parent | bpo-38557: Improve documentation for list and tuple C API. (GH-16925) (diff) | |
download | cpython-894e30ce0bcc1c509eb01c8ffa9ba6d7701aeaaf.tar.gz cpython-894e30ce0bcc1c509eb01c8ffa9ba6d7701aeaaf.tar.bz2 cpython-894e30ce0bcc1c509eb01c8ffa9ba6d7701aeaaf.zip |
bpo-38434: Fixes some audit event documentation (GH-16932)
Diffstat (limited to 'Doc/reference')
-rw-r--r-- | Doc/reference/simple_stmts.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/reference/simple_stmts.rst b/Doc/reference/simple_stmts.rst index 0a043a90050..a8ec0fbe8b7 100644 --- a/Doc/reference/simple_stmts.rst +++ b/Doc/reference/simple_stmts.rst @@ -839,6 +839,7 @@ the :ref:`relativeimports` section. :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: |