-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
Fix missing spaces with help for -m compileall -o, revisit
#27591
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
-m compileall -o-m compileall -o, revisit
Lib/compileall.py
Outdated
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.
Maybe fix the dest= here too to be singular.
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.
It is actually a list.
I've fixed the fixup.
|
An issue and NEWS entry would be nice to have as well. |
blueyed
left a comment
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.
An issue and NEWS entry would be nice to have as well.
I do not think it is worth it, but can add it if required really, of course.
Lib/compileall.py
Outdated
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.
It is actually a list.
I've fixed the fixup.
|
Documentation fixes usually do not need a NEWS entry. |
4408132 to
426245c
Compare
|
GH-28430 is a backport of this pull request to the 3.10 branch. |
(cherry picked from commit 74cc245) Co-authored-by: Daniel Hahler <[email protected]>
|
GH-28431 is a backport of this pull request to the 3.9 branch. |
(cherry picked from commit 74cc245) Co-authored-by: Daniel Hahler <[email protected]>
(cherry picked from commit 74cc245) Co-authored-by: Daniel Hahler <[email protected]>
(cherry picked from commit 74cc245) Co-authored-by: Daniel Hahler <[email protected]>
No description provided.