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 akuchling
Recipients
Date 2003-12-23.19:14:14
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=11375

This isn't a sufficient fix; zipfile.py doesn't seem to handle files 
whose sizes don't fit into 32 bits.  The ZIP specification
at http://www.pkware.
com/products/enterprise/white_papers/appnote.html#2 describes a 
zip64 format which can handle files larger than this limit; supporting 
it would require more extensive changes to zipfile.py.
History
Date User Action Args
2008-01-20 09:56:35adminlinkissue849218 messages
2008-01-20 09:56:35admincreate