]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39567: Add audit for os.walk(), os.fwalk(), Path.glob() and Path.rglob(). (GH...
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 12 Feb 2020 10:11:34 +0000 (12:11 +0200)
committerGitHub <noreply@github.com>
Wed, 12 Feb 2020 10:11:34 +0000 (12:11 +0200)
commitf4f445b69306c68a2ba8ce8eb8c6cb3064db5fe7
treead5200e0984a2832e67870b7f95165998570f772
parent95905ce0f41fd42eb1ef60ddb83f057401c3d52f
bpo-39567: Add audit for os.walk(), os.fwalk(), Path.glob() and Path.rglob(). (GH-18372)
Lib/os.py
Lib/pathlib.py
Misc/NEWS.d/next/Library/2020-02-06-10-23-32.bpo-39567.VpFBxt.rst [new file with mode: 0644]