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 vgeorge
Recipients vgeorge
Date 2008-09-29.15:10:57
SpamBayes Score 7.882241e-08
Marked as misclassified No
Message-id <1222701058.88.0.102455918408.issue3997@psf.upfronthosting.co.za>
In-reply-to
Content
using ZipFile library with Python 2.6 or an earlier version creates
archived files that are not compatible with windows compress or Winzip.
Other programs like 7-Zip will not have a problem with the format. 

Bug Description:
if it is attempted to create an archive with more than 65535 (e.g 2^16 +
10)  files winzip or windows compress will show only what is above 65535
(in this case 9 file) 

The attached script tries to create an archive with 2^16 + 1 files and
compress or winzip will show an empty archive.
History
Date User Action Args
2008-09-29 15:10:58vgeorgesetrecipients: + vgeorge
2008-09-29 15:10:58vgeorgesetmessageid: <1222701058.88.0.102455918408.issue3997@psf.upfronthosting.co.za>
2008-09-29 15:10:57vgeorgelinkissue3997 messages
2008-09-29 15:10:57vgeorgecreate