Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.1k
bpo-39452: Improve the __main__ module documentation#14487
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
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.
LGTM.
mariatta-bot commentedSep 3, 2019
🤖 Mariatta was mentioned, but she's out of open source until end of September 2019. Hopefully someone else can look into this in the meantime. |
@maggyero, please open a bug tracker ticket for this. That will provide the chance for more people to see the change and comment on it. Thanks! |
Done@csabella. |
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.
To me, at least the first two changes in the description are wrong. See the issue for discussion.
bedevere-bot commentedJan 31, 2020
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
I have made the requested changes; please review again. |
bedevere-bot commentedSep 16, 2020
Thanks for making the requested changes! @terryjreedy: please review the changes made to this pull request. |
Remove trailing whitespace with patchcheck, as mentioned in devguide. |
@stevendaprano Changes were made in response to your review on the issue. |
Done. |
Closing in favor ofGH-26883. |
Uh oh!
There was an error while loading.Please reload this page.
This PR will apply the following changes on the
__main__
module documentation:__main__
module is also initialized (when using the-c
and-m
arguments);-m
argument also performs import for instance;if
body (all the cases when the module is not initialized from an import statement);if
block commentPEP 8-compliant (capital initialised, period ended);https://bugs.python.org/issue39452