mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +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
|
@ -361,7 +361,7 @@ An :class:`IMAP4` instance has the following methods:
|
|||
:meth:`IMAP4.send`, and :meth:`IMAP4.shutdown` methods. You may override
|
||||
this method.
|
||||
|
||||
.. audit-event:: imaplib.IMAP4.open "self host port"
|
||||
.. audit-event:: imaplib.open self,host,port imaplib.IMAP4.open
|
||||
|
||||
|
||||
.. method:: IMAP4.partial(message_num, message_part, start, length)
|
||||
|
@ -432,7 +432,7 @@ An :class:`IMAP4` instance has the following methods:
|
|||
|
||||
Sends ``data`` to the remote server. You may override this method.
|
||||
|
||||
.. audit-event:: imaplib.IMAP4.send "self data"
|
||||
.. audit-event:: imaplib.send self,data imaplib.IMAP4.send
|
||||
|
||||
|
||||
.. method:: IMAP4.setacl(mailbox, who, what)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue