-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
gh-88546: Make new paragraph for emphasis and reordered sentence #91614
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
Conversation
not by actually invoking a subshell. | ||
|
||
Note that files beginning with a dot (``.``) can only be matched by :mod:`glob` | ||
patterns that also start with a dot, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This could optionally be a bit more explicit, like
'... patterns that also start with a dot (so *.
will not match), unlike ...'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is clear enough as is.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, I have one small suggestion which I'll apply myself
not by actually invoking a subshell. | ||
|
||
Note that files beginning with a dot (``.``) can only be matched by :mod:`glob` | ||
patterns that also start with a dot, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is clear enough as is.
Thanks @slateny for the PR, and @JelleZijlstra for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10. |
…eordered sentence (pythonGH-91614) (cherry picked from commit b9ab6ce) Co-authored-by: slateny <46876382+slateny@users.noreply.github.com>
GH-92156 is a backport of this pull request to the 3.10 branch. |
…eordered sentence (pythonGH-91614) (cherry picked from commit b9ab6ce) Co-authored-by: slateny <46876382+slateny@users.noreply.github.com>
GH-92157 is a backport of this pull request to the 3.9 branch. |
…eordered sentence (pythonGH-91614) (cherry picked from commit b9ab6ce) Co-authored-by: slateny <46876382+slateny@users.noreply.github.com>
#88546
Also added a bit on
Path.glob()