pfnet / pfio

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

Fix Path.glob for compatibility with standard pathlib.Path #314

Closed niboshi closed 1 year ago

niboshi commented 1 year ago

Fixed Path.glob() for compatibility with standard pathlib.Path.

Along with that, I did several related changes: