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 gumblex
Recipients SilentGhost, gumblex, serhiy.storchaka, tarek
Date 2015-11-14.10:13:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447496006.02.0.558986648855.issue25624@psf.upfronthosting.co.za>
In-reply-to
Content
$ mkdir foo; touch foo/a.txt; python3 -c "import shutil; shutil.make_archive('foo', 'zip', base_dir='foo')"; unzip -t foo.zip
Archive:  foo.zip
    testing: foo/                    
  error:  invalid compressed data to inflate
    testing: foo/a.txt                OK
At least one error was detected in foo.zip.

(This affects 2.7, 3.4+)
History
Date User Action Args
2015-11-14 10:13:26gumblexsetrecipients: + gumblex, tarek, SilentGhost, serhiy.storchaka
2015-11-14 10:13:26gumblexsetmessageid: <1447496006.02.0.558986648855.issue25624@psf.upfronthosting.co.za>
2015-11-14 10:13:26gumblexlinkissue25624 messages
2015-11-14 10:13:25gumblexcreate