
alan.mcintyre at gmail
Feb 27, 2007, 4:48 PM
Post #1 of 1
(491 views)
Permalink
|
|
zipfile patch (1121142) updated
|
|
I posted what I hope can be the final update to patch 1121142 (adding an open() method to ZipFile that returns a read-only file-like object). If anybody has time to review and apply it I would appreciate it. https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1121142&group_id=5470 If I find time later I may start another patch to add a ZipFile method analogous to TarFile.extract, and any neat features from the module Glyph suggested, but I figured it was best to stick to the scope of the original patch and get it wrapped up. Thanks, Alan _______________________________________________ Python-Dev mailing list Python-Dev [at] python http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com
|