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, serhiy.storchaka
Date 2019-07-15.15:15:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1563203728.97.0.603852794533.issue37538@roundup.psfhosted.org>
In-reply-to
Content
Hi,

Here is a pull request against my fork:

https://github.com/danifus/cpython/pull/1/files

The overall behaviour of zipfile remains the same and I've tried to call out any behaviour changes in the extended commit messages (usually with ** markers).

There is another branch (https://github.com/danifus/cpython/tree/zipfile_refactor_2) which has a couple of extra commits which slightly changes some functionality.

Any review would be greatly appreciated! Happy to make any changes to the code or general approach taken.

Thanks,
Dan
History
Date User Action Args
2019-07-15 15:15:28dhilliersetrecipients: + dhillier, serhiy.storchaka
2019-07-15 15:15:28dhilliersetmessageid: <1563203728.97.0.603852794533.issue37538@roundup.psfhosted.org>
2019-07-15 15:15:28dhillierlinkissue37538 messages
2019-07-15 15:15:28dhilliercreate