-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
bpo-40131: Fix an example in the zipapp docs #19290
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
bpo-40131: Fix an example in the zipapp docs #19290
Conversation
This PR doesn't need a news entry. |
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 for the PR @ZackerySpytz; LGTM. The archived output file (*.pyz
) should certainly be in the argument position for the target, not source.
Also, this should be backported to 3.8 and 3.7, since the issue is also present on those branches.
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. Thanks @ZackerySpytz.
Thanks @ZackerySpytz for the PR, and @tirkarthi for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7, 3.8. |
GH-19339 is a backport of this pull request to the 3.8 branch. |
) (cherry picked from commit bd6a4c3) Co-authored-by: Zackery Spytz <[email protected]>
GH-19340 is a backport of this pull request to the 3.7 branch. |
) (cherry picked from commit bd6a4c3) Co-authored-by: Zackery Spytz <[email protected]>
…H-19339) (cherry picked from commit bd6a4c3) Co-authored-by: Zackery Spytz <[email protected]>
…H-19340) (cherry picked from commit bd6a4c3) Co-authored-by: Zackery Spytz <[email protected]>
https://bugs.python.org/issue40131