FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[3.10] Fix `PurePath.relative_to` links in the pathlib documentation (GH-93268) by jacksonriley · Pull Request #93590 · python/cpython · GitHub

/ cpython Public

[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


Back | FazBrowse Home | New Git URL