Issue 28102: zipfile.py script should print usage to stderr (original) (raw)

Created on 2016-09-12 15:33 by sjt, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
zipfile-errmsg sjt,2016-09-12 15:33 patch to direct abort messages to stderr review
Pull Requests
URL Status Linked Edit
PR 552 closed dstufft,2017-03-31 16:36
Messages (6)
msg276056 - (view) Author: Stephen J. Turnbull (sjt) * (Python triager) Date: 2016-09-12 15:33
Pointed out by Serhiy Storchaka in a different context.
msg276059 - (view) Author: Stephen J. Turnbull (sjt) * (Python triager) Date: 2016-09-12 15:38
CA pending (I have received PDF, but no star in tracker yet).
msg276061 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2016-09-12 15:49
I would request tests, but since currently there are no tests for command line interface to zipfile, it's okay. LGTM. Will commit right after beta 1 is tagged.
msg276185 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-09-13 06:27
New changeset 5e2780908857 by Serhiy Storchaka in branch 'default': Issue #28102: The zipfile module CLI now prints usage to stderr. https://hg.python.org/cpython/rev/5e2780908857
msg276186 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2016-09-13 06:27
Thanks Stephen!
msg276190 - (view) Author: SilentGhost (SilentGhost) * (Python triager) Date: 2016-09-13 06:57
The status code in all those cases should have been 2.
History
Date User Action Args
2022-04-11 14:58:36 admin set github: 72289
2017-03-31 16:36:20 dstufft set pull_requests: + <pull%5Frequest940>
2016-09-13 06:57:46 SilentGhost set nosy: + SilentGhostmessages: +
2016-09-13 06:27:46 serhiy.storchaka set status: open -> closedresolution: fixedmessages: + stage: commit review -> resolved
2016-09-13 06:27:00 python-dev set nosy: + python-devmessages: +
2016-09-12 15:49:21 serhiy.storchaka set nosy: + serhiy.storchakamessages: + assignee: serhiy.storchakatype: enhancementstage: commit review
2016-09-12 15:38:10 sjt set messages: +
2016-09-12 15:33:28 sjt create