[issue3997] zipfile and winzip

2008-10-23 Thread vali
vali [EMAIL PROTECTED] added the comment: I could verify that the patch works with both the Windows Compress utility, WinZip and 7zip. Thank you! ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3997

[issue3997] zipfile and winzip

2008-10-21 Thread vali
vali [EMAIL PROTECTED] added the comment: Thank you for the quick fix. I could verify that the issue is fixed in python 2.6 when I use WinZip to open an archive with more than 2^16 files created with attached script (bug.py). However the windows native compress utility does not seem to be able

[issue3997] zipfile and winzip

2008-10-20 Thread vali
vali [EMAIL PROTECTED] added the comment: The version I used should not have this limitation as archives created with other languages as Java or C# opens fine in WinZip 11.2 evaluation version. Also the same issue can be observed in Windows compress utility

[issue3997] zipfile and winzip

2008-09-29 Thread vali
New submission from vali [EMAIL PROTECTED]: 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