[Patches] [ python-Patches-442128 ] Creates zipfiles that java can read

noreply@sourceforge.net noreply@sourceforge.net
Tue, 17 Jul 2001 12:22:51 -0700


Patches item #442128, was opened at 2001-07-17 12:22
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=442128&group_id=5470

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Finn Bock (bckfnn)
Assigned to: Nobody/Anonymous (nobody)
Summary: Creates zipfiles that java can read

Initial Comment:
Zip files create by zipfile.py cannot be read with 
java's zipfile support because the CRC/sizes when 
written after the file is not marked with a EXT header.

With this patch java can reads zipfiles with entries 
added with writestr() and deflated files added with 
write().


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=442128&group_id=5470