commit | 3f7e990fd49dbabc1dde41ce58c1bdda9f56ead7 | [log] [tgz] |
---|---|---|
author | Saiyang Gou <gousaiyang@163.com> | Tue Oct 20 12:23:15 2020 -0700 |
committer | GitHub <noreply@github.com> | Tue Oct 20 15:23:15 2020 -0400 |
tree | 9618ece119809521ba77c603bfbd4a5c5691694d | |
parent | 1d3469988e2c1f53ca84ffdc979d548c04ba3906 [diff] [blame] |
bpo-41192: Add documentation of undocumented audit events (GH-21308)
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index a052e72..b33aa81 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst
@@ -783,6 +783,8 @@ .. impl-detail:: This is the address of the object in memory. + .. audit-event:: builtins.id id id + .. function:: input([prompt])