Ticket #4498 enhancement closed duplicate
Use zipfile.ZipFile.open instead of twisted.python.zipstream in twisted.python.zippath
| Reported by: | exarkun | Owned by: | |
|---|---|---|---|
| Priority: | lowest | Milestone: | |
| Component: | core | Keywords: | easy |
| Cc: | Branch: | ||
| Author: | Launchpad Bug: |
Description
Python 2.6 introduces an open method on which provides file-like access to a file inside a zipfile. This provides the streaming access necessary to implement twisted.python.zippath.ZipPath.open.
On older versions of Python, we'll still have to use twisted.python.zipstream, of course.
Change History
Note: See
TracTickets for help on using
tickets.
