bpo-38434: Fixes some audit event documentation (GH-16932)

This commit is contained in:
Steve Dower 2019-10-26 13:02:30 -07:00 committed by GitHub
parent d898d20e8c
commit 894e30ce0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 26 additions and 11 deletions

View file

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