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 Antony.Lee
Recipients Antony.Lee
Date 2014-08-17.17:53:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1408298025.49.0.964091160745.issue22219@psf.upfronthosting.co.za>
In-reply-to
Content
Compare

$ mkdir foo; zip -q foo{,}; unzip -l foo.zip
Archive:  foo.zip
  Length      Date    Time    Name
---------  ---------- -----   ----
        0  2014-08-17 10:49   foo/
---------                     -------
        0                     1 file

and

$ mkdir foo; python -mzipfile -c foo{.zip,}; unzip -l foo.zip
Archive:  foo.zip
warning [foo.zip]:  zipfile is empty

A patch was posted by Ryan Wilson in related issue #22201.
History
Date User Action Args
2014-08-17 17:53:45Antony.Leesetrecipients: + Antony.Lee
2014-08-17 17:53:45Antony.Leesetmessageid: <1408298025.49.0.964091160745.issue22219@psf.upfronthosting.co.za>
2014-08-17 17:53:45Antony.Leelinkissue22219 messages
2014-08-17 17:53:45Antony.Leecreate