This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gousaiyang
Recipients docs@python, gousaiyang
Date 2020-07-02.06:27:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1593671252.05.0.986281783812.issue41192@roundup.psfhosted.org>
In-reply-to
Content
Currently the following audit events are not documented on docs.python.org:

- _winapi.CreateFile
- _winapi.CreateJunction
- _winapi.CreateNamedPipe
- _winapi.CreatePipe
- _winapi.CreateProcess
- _winapi.OpenProcess
- _winapi.TerminateProcess
- ctypes.PyObj_FromPtr
- object.__getattr__
- object.__setattr__
- object.__delattr__
- function.__new__
- setopencodehook
- builtins.id
- os.walk
- os.fwalk
- pathlib.Path.glob
- pathlib.Path.rglob

I'm going to create a PR to add them to the documentation. However, for `_winapi` events and `ctypes.PyObj_FromPtr`, I cannot find corresponding sections in the documentation to put the `audit-event` rst directive. How should we document them and make them show up in the audit events table?
History
Date User Action Args
2020-07-02 06:27:32gousaiyangsetrecipients: + gousaiyang, docs@python
2020-07-02 06:27:32gousaiyangsetmessageid: <1593671252.05.0.986281783812.issue41192@roundup.psfhosted.org>
2020-07-02 06:27:31gousaiyanglinkissue41192 messages
2020-07-02 06:27:31gousaiyangcreate