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 dhillier
Recipients dhillier
Date 2019-07-10.06:58:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1562741910.34.0.615692848434.issue37538@roundup.psfhosted.org>
In-reply-to
Content
I've written https://github.com/danifus/pyzipper which incorporates a
refactor of zipfile.py in order to support winzip AES encryption. I don't
intend to include the crypto code but I would like to incorporate the
refactor to help others subclass and extend the objects found in zipfile.py


For a longer description of the general approach I've taken to the refactor,
see the python-ideas thread:
https://mail.python.org/archives/list/python-ideas@python.org/thread/QCKHI5JYMKOPMIF6Q2NI7JIFHV6KO746/#QCKHI5JYMKOPMIF6Q2NI7JIFHV6KO746
History
Date User Action Args
2019-07-10 06:58:30dhilliersetrecipients: + dhillier
2019-07-10 06:58:30dhilliersetmessageid: <1562741910.34.0.615692848434.issue37538@roundup.psfhosted.org>
2019-07-10 06:58:30dhillierlinkissue37538 messages
2019-07-10 06:58:30dhilliercreate