Serhiy Storchaka added the comment:
This is a duplicate of issue22219.
--
nosy: +serhiy.storchaka
resolution: -> duplicate
stage: -> resolved
status: open -> closed
superseder: -> python -mzipfile fails to add empty folders to created zip
___
Pytho
New submission from Ryan Wilson:
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.