fsspec / universal_pathlib

pathlib api extended to use fsspec backends
MIT License
240 stars 42 forks source link

Consistent glob behaviour for "**" patterns #143

Closed ap-- closed 1 year ago

ap-- commented 1 year ago

With fsspec>=2023.9.0 UPath.glob() behaviour for patterns containing "**" has been fixed.

This PR fixes UPath.rglob when an fsspec version is installed with a correct implementation of glob.

Closes #80