Skip to content
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

[3.9] bpo-43316: gzip: CLI uses non-zero return code on error. (GH-24647) #24648

Merged
merged 1 commit into from Feb 26, 2021

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Feb 25, 2021

Exit code is now 1 instead of 0. A message is printed to stderr instead of stdout. This is
the proper behaviour for a tool that can be used in scripts.
(cherry picked from commit cc3df63)

Co-authored-by: Ruben Vorderman r.h.p.vorderman@lumc.nl

https://bugs.python.org/issue43316

)

Exit code is now 1 instead of 0. A message is printed to stderr instead of stdout. This is
the proper behaviour for a tool that can be used in scripts.
(cherry picked from commit cc3df63)

Co-authored-by: Ruben Vorderman <r.h.p.vorderman@lumc.nl>
@miss-islington
Copy link
Contributor Author

@rhpvorderman and @methane: Status check is done, and it's a success ✅ .

@miss-islington
Copy link
Contributor Author

@rhpvorderman and @methane: Status check is done, and it's a failure ❌ .

@methane methane merged commit adea9b8 into python:3.9 Feb 26, 2021
@miss-islington miss-islington deleted the backport-cc3df63-3.9 branch February 26, 2021 01:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants