Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
Closed
Description
Bug report
The (private)pathlib._abc.PathBase class raises auditing events in its implementations ofglob(),rglob() andwalk(). These events should only be raised from the concrete implementations of these methods inpathlib.Path, and not from the ABC.
Also, several methods raise deprecation warnings. Same deal there.