Closed
Description
Bug report
The (private) pathlib._abc.PathBase
class raises auditing events in its implementations of glob()
, rglob()
and walk()
. These events should only be raised from the concrete implementations of these methods in pathlib.Path
, and not from the ABC.
Also, several methods raise deprecation warnings. Same deal there.