diff options
author | Miss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-10-20 20:05:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-20 20:05:55 (GMT) |
commit | 058affc09f0f105444ec62c880907a512b785b72 (patch) | |
tree | 8a1f7bc2eb78a6d7d21330602383195a3790ca33 /Doc/library/functions.rst | |
parent | d84e411005401b3c22d7f5836fa366e7aeeb1f21 (diff) | |
download | cpython-058affc09f0f105444ec62c880907a512b785b72.zip cpython-058affc09f0f105444ec62c880907a512b785b72.tar.gz cpython-058affc09f0f105444ec62c880907a512b785b72.tar.bz2 |
bpo-41192: Add documentation of undocumented audit events (GH-22832)
(cherry picked from commit 3f7e990fd49dbabc1dde41ce58c1bdda9f56ead7)
Diffstat (limited to 'Doc/library/functions.rst')
-rw-r--r-- | Doc/library/functions.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 6003898..76a0ba4 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -767,6 +767,8 @@ are always available. They are listed here in alphabetical order. .. impl-detail:: This is the address of the object in memory. + .. audit-event:: builtins.id id id + .. function:: input([prompt]) |