From 152f4b5c679fea1c3cabe3b4632345619909eea5 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Sat, 13 Feb 2021 20:41:45 -0500 Subject: [PATCH] update readme --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 3870882..a20eba1 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,5 @@ Backport module of [sys.audit](https://docs.python.org/3.8/library/sys.html#sys. and [sys.addaudithook](https://docs.python.org/3.8/library/sys.html#sys.addaudithook) from Python 3.8. -This module provides the audit hooking mechanisms and some helpers to help -library developers usage of `sys.audit`. - **Note:** This module does _not_ backport any of the built-in [audit events](https://docs.python.org/3.8/library/audit_events.html#audit-events).