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 dholth
Recipients dholth
Date 2013-07-20.15:01:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Someone who has a better understanding of zipfile may be able to get zlib.crc32(bytes[ch], running_crc) to work correctly. This patch that passes the zipfile tests generates the crctable only when _ZipDecrypter() is instantiated.
History
Date User Action Args
2013-07-20 15:01:36dholthsetrecipients: + dholth
2013-07-20 15:01:36dholthsetmessageid: <[email protected]>
2013-07-20 15:01:36dholthlinkissue18515 messages
2013-07-20 15:01:36dholthcreate