mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
bpo-37390: Add audit event table to documentations (GH-14406)
Also updates some (unreleased) event names to be consistent with the others.
This commit is contained in:
parent
21cfae107e
commit
44f91c388a
34 changed files with 266 additions and 113 deletions
|
@ -437,7 +437,7 @@ The :mod:`pickle` module exports three classes, :class:`Pickler`,
|
|||
how they can be loaded, potentially reducing security risks. Refer to
|
||||
:ref:`pickle-restrict` for details.
|
||||
|
||||
.. audit-event:: pickle.find_class "module name"
|
||||
.. audit-event:: pickle.find_class module,name pickle.Unpickler.find_class
|
||||
|
||||
.. class:: PickleBuffer(buffer)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue