[Python-Dev] zipimport
Antoine Pitrou
solipsis at pitrou.net
Wed Jun 3 10:59:48 CEST 2015
More information about the Python-Dev mailing list
Wed Jun 3 10:59:48 CEST 2015
- Previous message (by thread): [Python-Dev] Fwd: zipimport
- Next message (by thread): [Python-Dev] zipimport
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, 02 Jun 2015 21:20:10 +0000 Brett Cannon <brett at python.org> wrote: > > I vaguely remember people suggesting writing the minimal zip reading code > in C but I can't remember why since we have I/O access in importlib through > _io and thus it's really just the pulling apart of the zip file to get at > the files to import and thus should be doable in pure Python. You would need other modules, such as struct and zlib, right? Regards Antoine.
- Previous message (by thread): [Python-Dev] Fwd: zipimport
- Next message (by thread): [Python-Dev] zipimport
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list