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

GH-110109: pathlib docs: bring `from_uri()` and `as_uri()` together. by barneygale · Pull Request #110312 · python/cpython · GitHub

/ cpython Public

GH-110109: pathlib docs: bring from_uri() and as_uri() together. - #110312

Merged
barneygale merged 6 commits into
python:mainfrom
barneygale:gh-110109-pathlib-uri-docs
Jan 16, 2024
Merged

GH-110109: pathlib docs: bring from_uri() and as_uri() together.#110312
barneygale merged 6 commits into
python:mainfrom
barneygale:gh-110109-pathlib-uri-docs

Conversation

barneygale commented Oct 3, 2023
edited by AA-Turner
Loading

Copy link
Copy Markdown
Contributor

This is a very soft deprecation of PurePath.as_uri(). We instead document it as a Path method, and add a couple of sentences mentioning that it's also available in PurePath.


📚 Documentation preview 📚: https://cpython-previews--110312.org.readthedocs.build/en/110312/library/pathlib.html

…ther.

This is a very soft deprecation of `PurePath.as_uri()`. We instead document
it as a `Path` method, and add a couple of sentences mentioning that it's
also available in `PurePath`.
barneygale added docs Documentation in the Doc dir skip news topic-pathlib labels Oct 3, 2023
bedevere-app Bot mentioned this pull request Oct 3, 2023
8 tasks
Comment thread Doc/library/pathlib.rst Outdated
barneygale and others added 2 commits January 13, 2024 10:05
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>

Copy link
Copy Markdown
Contributor Author

Thanks for the review Adam

barneygale enabled auto-merge (squash) January 16, 2024 22:49
barneygale merged commit 45e527d into python:main Jan 16, 2024
kulikjak pushed a commit to kulikjak/cpython that referenced this pull request Jan 22, 2024
…ther. (python#110312)

This is a very soft deprecation of `PurePath.as_uri()`. We instead document
it as a `Path` method, and add a couple of sentences mentioning that it's
also available in `PurePath`.

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
aisk pushed a commit to aisk/cpython that referenced this pull request Feb 11, 2024
…ther. (python#110312)

This is a very soft deprecation of `PurePath.as_uri()`. We instead document
it as a `Path` method, and add a couple of sentences mentioning that it's
also available in `PurePath`.

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request Sep 2, 2024
…ther. (python#110312)

This is a very soft deprecation of `PurePath.as_uri()`. We instead document
it as a `Path` method, and add a couple of sentences mentioning that it's
also available in `PurePath`.

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
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 news topic-pathlib

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL