Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

barneygale
Copy link
Contributor

@barneygale barneygale commented Dec 18, 2023

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.

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.
@barneygale barneygale marked this pull request as ready for review December 18, 2023 09:49
@barneygale barneygale closed this Dec 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant