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

[3.12] GH-78988: Document `pathlib.Path.glob()` exception propagation. (GH-114036) by barneygale · Pull Request #114154 · python/cpython · GitHub

/ cpython Public

[3.12] GH-78988: Document pathlib.Path.glob() exception propagation. (GH-114036) - #114154

Merged
barneygale merged 2 commits into
python:3.12from
barneygale:backport-7092b3f-3.12
Jan 16, 2024
Merged

[3.12] GH-78988: Document pathlib.Path.glob() exception propagation. (GH-114036)#114154
barneygale merged 2 commits into
python:3.12from
barneygale:backport-7092b3f-3.12

Conversation

barneygale commented Jan 16, 2024
edited by github-actions Bot
Loading

Copy link
Copy Markdown
Contributor

We propagate the OSError from the is_dir() call on the top-level
directory, and suppress all others.
(cherry picked from commit 7092b3f)


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

…python#114036)

We propagate the `OSError` from the `is_dir()` call on the top-level
directory, and suppress all others.

(cherry picked from commit 7092b3f)
…gation. (pythonGH-114036)

We propagate the `OSError` from the `is_dir()` call on the top-level
directory, and suppress all others..
(cherry picked from commit 7092b3f)

Co-authored-by: Barney Gale <barney.gale@gmail.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.

1 participant


Back | FazBrowse Home | New Git URL