New submission from Saiyang Gou <gousaiyang...@gmail.com>:
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? ---------- assignee: docs@python components: Documentation messages: 372806 nosy: docs@python, gousaiyang priority: normal severity: normal status: open title: Some audit events are undocumented type: enhancement versions: Python 3.10, Python 3.8, Python 3.9 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue41192> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com