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 ryantimwilson
Recipients ryantimwilson
Date 2014-08-19.17:37:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1408469834.45.0.903664986624.issue22230@psf.upfronthosting.co.za>
In-reply-to
Content
Running command:

$ mkdir foo; python -mzipfile -c foo.zip foo; python -mzipfile -e foo.zip dest
ls: cannot access dest: No such file or directory

This is because 'foo.zip' is empty since running 'python -mzipfile -c foo.zip foo' does not zip empty directories.

Running 'unzip foo.zip' also produces:
Archive:  foo.zip
warning [foo.zip]:  zipfile is empty

The following posted patch fixes this issue.
History
Date User Action Args
2014-08-19 17:37:14ryantimwilsonsetrecipients: + ryantimwilson
2014-08-19 17:37:14ryantimwilsonsetmessageid: <1408469834.45.0.903664986624.issue22230@psf.upfronthosting.co.za>
2014-08-19 17:37:14ryantimwilsonlinkissue22230 messages
2014-08-19 17:37:14ryantimwilsoncreate