]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #28115: Command-line interface of the zipfile module now uses argparse.
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 23 Oct 2016 10:32:12 +0000 (13:32 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 23 Oct 2016 10:32:12 +0000 (13:32 +0300)
commit8c9331057d0f5c75cd3e73f3f85fe237da0f9ed1
tree42a9733465f9776efb45494c06b6cdb8dce146cf
parente4bdf4fce5c1f5958ce2d4025c6e19dcb2825a8b
Issue #28115: Command-line interface of the zipfile module now uses argparse.
Added support of long options.
Lib/test/test_zipfile.py
Lib/zipfile.py
Misc/NEWS