Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-78707: Drop deprecated pathlib.PurePath.[is_]relative_to() arguments #118780

Merged
merged 5 commits into from
May 10, 2024

Conversation

barneygale
Copy link
Contributor

@barneygale barneygale commented May 8, 2024

Remove support for supplying additional positional arguments to PurePath.relative_to() and is_relative_to(). This has been deprecated since Python 3.12.


📚 Documentation preview 📚: https://cpython-previews--118780.org.readthedocs.build/

… arguments

Remove support for supplying additional positional arguments to
`PurePath.relative_to()` and `is_relative_to()`. This has been deprecated
since Python 3.12.
Copy link
Member

@hugovk hugovk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@barneygale
Copy link
Contributor Author

Thank you!

@barneygale barneygale enabled auto-merge (squash) May 10, 2024 15:17
@barneygale barneygale merged commit f772d0d into python:main May 10, 2024
35 checks passed
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.

None yet

2 participants