diff options
author | Saiyang Gou <gousaiyang@163.com> | 2021-04-21 22:42:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-21 22:42:55 (GMT) |
commit | a32f8fe7133aad4f3cf8946534e3b79a5f2659da (patch) | |
tree | 928495171f025cb05975d53ea1621df05ade92b0 /Misc/NEWS.d/next | |
parent | 7b86e47617d81a4b14d929743425f448971e8c86 (diff) | |
download | cpython-a32f8fe7133aad4f3cf8946534e3b79a5f2659da.zip cpython-a32f8fe7133aad4f3cf8946534e3b79a5f2659da.tar.gz cpython-a32f8fe7133aad4f3cf8946534e3b79a5f2659da.tar.bz2 |
bpo-43756: Add new audit event for new arguments added to glob.glob (GH-25239)
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r-- | Misc/NEWS.d/next/Security/2021-04-06-18-07-48.bpo-43756.DLBNqQ.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Security/2021-04-06-18-07-48.bpo-43756.DLBNqQ.rst b/Misc/NEWS.d/next/Security/2021-04-06-18-07-48.bpo-43756.DLBNqQ.rst new file mode 100644 index 0000000..e05fef2 --- /dev/null +++ b/Misc/NEWS.d/next/Security/2021-04-06-18-07-48.bpo-43756.DLBNqQ.rst @@ -0,0 +1,2 @@ +Add new audit event ``glob.glob/2`` to incorporate the new *root_dir* and +*dir_fd* arguments added to :func:`glob.glob` and :func:`glob.iglob`. |