This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients SilentGhost, berker.peksag, jaysinh.shukla, r.david.murray, serhiy.storchaka, sjt
Date 2016-10-16.15:38:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476632329.92.0.254163738586.issue28115@psf.upfronthosting.co.za>
In-reply-to
Content
Proposed patch makes zipfile using argparse and adds tests for zipfile CLI. Originally it is based on tarfile code and tests (but reworked, especially tests). Basically the interface is not changed, but added support of long options, and exit code in case of calling without options is changed from 1 to 2 (the same as wrong option is specified). The format of help and usage info is changed of course.

Tests are passed with old releases of Python (except supporting long options). They will be backported.
History
Date User Action Args
2016-10-16 15:38:50serhiy.storchakasetrecipients: + serhiy.storchaka, r.david.murray, sjt, SilentGhost, berker.peksag, jaysinh.shukla
2016-10-16 15:38:49serhiy.storchakasetmessageid: <1476632329.92.0.254163738586.issue28115@psf.upfronthosting.co.za>
2016-10-16 15:38:49serhiy.storchakalinkissue28115 messages
2016-10-16 15:38:49serhiy.storchakacreate