diff --git a/Lib/glob.py b/Lib/glob.py index 3c449a90dff..a491363f3f9 100644 --- a/Lib/glob.py +++ b/Lib/glob.py @@ -33,6 +33,7 @@ def iglob(pathname, *, root_dir=None, dir_fd=None, recursive=False): If recursive is true, the pattern '**' will match any files and zero or more directories and subdirectories. """ + sys.audit("glob.glob", pathname, recursive) if root_dir is not None: root_dir = os.fspath(root_dir) else: