You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add `mode()` method to the `PathInfo` protocol. A concrete implementation
is available via `Path.info.mode()`. This method caches and returns the
Posix file permissions, i.e. `st_mode` from the stat struct with its file
format bits masked out.
In the tests for the pathlib ABCs, add `mode()` methods to our
`ZipPathInfo` and `LocalPathInfo` classes, and test them from `test_read`.
0 commit comments