← 返回首页
[3.10] Fix `PurePath.relative_to` links in the pathlib documentation (GH-93268) by jacksonriley · Pull Request #93590 · python/cpython · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

[3.10] Fix PurePath.relative_to links in the pathlib documentation (GH-93268)#93590

Merged
miss-islington merged 1 commit into
python:3.10from
jacksonriley:backport-8ef7929-3.10
Jun 7, 2022
Merged

[3.10] Fix PurePath.relative_to links in the pathlib documentation (GH-93268)#93590
miss-islington merged 1 commit into
python:3.10from
jacksonriley:backport-8ef7929-3.10

Conversation

jacksonriley commented Jun 7, 2022
edited by miss-islington
Loading

Copy link
Copy Markdown
Contributor

These are currently broken as they refer to :meth:Path.relative_to rather than :meth:PurePath.relative_to, and relative_to is a method on PurePath..
(cherry picked from commit 8ef7929)

Co-authored-by: jacksonriley 52106215+jacksonriley@users.noreply.github.com

Backport of #93268

Automerge-Triggered-By: GH:brettcannon

…pythonGH-93268) These are currently broken as they refer to :meth:`Path.relative_to` rather than :meth:`PurePath.relative_to`, and `relative_to` is a method on `PurePath`.. (cherry picked from commit 8ef7929) Co-authored-by: jacksonriley <52106215+jacksonriley@users.noreply.github.com>

Copy link
Copy Markdown
Member

Thanks so much!

Copy link
Copy Markdown
Contributor

Status check is done, and it's a success ✅ .

jacksonriley deleted the backport-8ef7929-3.10 branch June 7, 2022 22:25
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip issue skip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

Footer

© 2026 GitHub, Inc.