| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Add trailing slashes to expected `Path.glob()` results wherever a pattern has a trailing slash. This matches what `glob.glob()` produces. Due to another bug (pythonGH-65238) pathlib strips all trailing slashes, so this change is academic for now.
…ython#112365) Add trailing slashes to expected `Path.glob()` results wherever a pattern has a trailing slash. This matches what `glob.glob()` produces. Due to another bug (pythonGH-65238) pathlib strips all trailing slashes, so this change is academic for now.
…ython#112365) Add trailing slashes to expected `Path.glob()` results wherever a pattern has a trailing slash. This matches what `glob.glob()` produces. Due to another bug (pythonGH-65238) pathlib strips all trailing slashes, so this change is academic for now.
| Back | FazBrowse Home | New Git URL |
Add trailing slashes to expected Path.glob() results wherever a pattern has a trailing slash. This matches what glob.glob() produces.
Due to another bug (GH-65238) pathlib strips all trailing slashes, so this change is academic for now.