cpython/Lib/pathlib
Barney Gale 3c4e972d6d
GH-113568: Stop raising auditing events from pathlib ABCs (#113571)
Raise auditing events in `pathlib.Path.glob()`, `rglob()` and `walk()`,
but not in `pathlib._abc.PathBase` methods. Also move generation of a
deprecation warning into `pathlib.Path` so it gets the right stack level.
2024-01-05 21:41:19 +00:00
..
__init__.py GH-113568: Stop raising auditing events from pathlib ABCs (#113571) 2024-01-05 21:41:19 +00:00
_abc.py GH-113568: Stop raising auditing events from pathlib ABCs (#113571) 2024-01-05 21:41:19 +00:00