-
-
Notifications
You must be signed in to change notification settings - Fork 32.6k
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
| @@ -367,9 +367,9 @@ def main(): | |||
| 'environment variable is set, and ' | |||
| '"timestamp" otherwise.')) | |||
| parser.add_argument('-o', action='append', type=int, dest='opt_levels', | |||
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. |
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.
| @@ -367,9 +367,9 @@ def main(): | |||
| 'environment variable is set, and ' | |||
| '"timestamp" otherwise.')) | |||
| parser.add_argument('-o', action='append', type=int, dest='opt_levels', | |||
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 <git@thequod.de>
|
GH-28431 is a backport of this pull request to the 3.9 branch. |
(cherry picked from commit 74cc245) Co-authored-by: Daniel Hahler <git@thequod.de>
(cherry picked from commit 74cc245) Co-authored-by: Daniel Hahler <git@thequod.de>
(cherry picked from commit 74cc245) Co-authored-by: Daniel Hahler <git@thequod.de>
No description provided.