diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2020-02-12 10:11:34 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-12 10:11:34 (GMT) |
commit | f4f445b69306c68a2ba8ce8eb8c6cb3064db5fe7 (patch) | |
tree | ad5200e0984a2832e67870b7f95165998570f772 /Misc | |
parent | 95905ce0f41fd42eb1ef60ddb83f057401c3d52f (diff) | |
download | cpython-f4f445b69306c68a2ba8ce8eb8c6cb3064db5fe7.zip cpython-f4f445b69306c68a2ba8ce8eb8c6cb3064db5fe7.tar.gz cpython-f4f445b69306c68a2ba8ce8eb8c6cb3064db5fe7.tar.bz2 |
bpo-39567: Add audit for os.walk(), os.fwalk(), Path.glob() and Path.rglob(). (GH-18372)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2020-02-06-10-23-32.bpo-39567.VpFBxt.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-02-06-10-23-32.bpo-39567.VpFBxt.rst b/Misc/NEWS.d/next/Library/2020-02-06-10-23-32.bpo-39567.VpFBxt.rst new file mode 100644 index 0000000..3c4700f --- /dev/null +++ b/Misc/NEWS.d/next/Library/2020-02-06-10-23-32.bpo-39567.VpFBxt.rst @@ -0,0 +1,2 @@ +Added audit for :func:`os.walk`, :func:`os.fwalk`, :meth:`pathlib.Path.glob` +and :meth:`pathlib.Path.rglob`. |