| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Ensure that trailing slashes are ignored whenever pathlib splits a basename from a dirname. This commit adds test cases for `parent`, `parents`, `name`, `stem`, `suffix`, `suffixes`, `with_name()`, `with_stem()`, `with_suffix()`, `relative_to()`, `is_relative_to()`, `expanduser()` and `absolute()`. Any solution for pythonGH-65238 should keep these tests passing.
| Back | FazBrowse Home | New Git URL |
Ensure that trailing slashes are ignored whenever pathlib splits a basename from a dirname. This commit adds test cases for parent, parents, name, stem, suffix, suffixes, with_name(), with_stem(), with_suffix(), relative_to(), is_relative_to(), expanduser().
Any solution for GH-65238 should keep these tests passing.