diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2019-11-26 17:07:48 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@python.org> | 2019-11-26 17:07:48 (GMT) |
commit | e563a155be60fc0757914f87c8138f10de00bb16 (patch) | |
tree | 291d892346286841768879380651fa733352839f /Misc | |
parent | bc441ed7c1449f06df37905ee6289aa93b85d4cb (diff) | |
download | cpython-e563a155be60fc0757914f87c8138f10de00bb16.zip cpython-e563a155be60fc0757914f87c8138f10de00bb16.tar.gz cpython-e563a155be60fc0757914f87c8138f10de00bb16.tar.bz2 |
bpo-38892: Improve docs for audit event (GH-17361)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2019-11-22-22-18-50.bpo-38892.LS586s.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2019-11-22-22-18-50.bpo-38892.LS586s.rst b/Misc/NEWS.d/next/Core and Builtins/2019-11-22-22-18-50.bpo-38892.LS586s.rst new file mode 100644 index 0000000..5df67dc --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2019-11-22-22-18-50.bpo-38892.LS586s.rst @@ -0,0 +1 @@ +Improve documentation for audit events table and functions. |