mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
bpo-37363: Add audit events for a range of modules (GH-14301)
This commit is contained in:
parent
9bbf4d7083
commit
60419a7e96
37 changed files with 165 additions and 18 deletions
|
@ -97,7 +97,7 @@ The :mod:`urllib.request` module defines the following functions:
|
|||
|
||||
.. audit-event:: urllib.Request "fullurl data headers method"
|
||||
|
||||
The default opener raises an :func:`auditing event <sys.audit>`
|
||||
The default opener raises an :ref:`auditing event <auditing>`
|
||||
``urllib.Request`` with arguments ``fullurl``, ``data``, ``headers``,
|
||||
``method`` taken from the request object.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue