pfnet / pfio

IO library to access various filesystems with unified API
https://pfio.readthedocs.io/
MIT License
52 stars 20 forks source link

Path: more compatibility with pathlib.Path #331

Closed yhrkw closed 4 months ago

yhrkw commented 7 months ago

This PR improves compatibility between pfio.v2.pathlib.Path and pathlib.Path.

The key differences between this PR and current impl./pathlib.Path as follows.