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 ronaldoussoren
Recipients
Date 2006-06-11.21:09:40
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=580910

* The import of zipfile itself is a bug

* The limit should indead be raised to (1<<31-1).

* the diskno and nodisks assertions are present in the current version of 
zipfiles, but I agree that those should be changed into exceptions.

* I've updated main to document and actually allow the -t option

* TestZip64InSmallFiles restores the ZIP64_LIMIT in the tearDown method,
   isn't that good enough?

I sure hope that nobody actually uses the file_offset. The only usecase I can 
think of for that is to reimplement the read method. If it turns out that this 
change does break existing code we could add yet another option, but lets 
wait with that until someone actually complains.

I've uploaded a new version of the patch that fixes all these issues.

BTW. Thanks for the review.
History
Date User Action Args
2007-08-23 15:46:47adminlinkissue1446489 messages
2007-08-23 15:46:47admincreate