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 exarkun
Recipients exarkun
Date 2007-10-25.13:08:00
SpamBayes Score 0.6025985
Marked as misclassified No
Message-id <1193317680.83.0.000309828654595.issue1326@psf.upfronthosting.co.za>
In-reply-to
Content
It's possible to construct a zipimporter with a "path" which points
first to a zip file and then continues to refer to a file within that
zip file.  For example,

    /foo/bar.zip/baz

where /foo/bar.zip is not a directory, but a zip file, and baz is a file
or directory in the contents of the zip file.

There is no test coverage for this functionality, though.
History
Date User Action Args
2007-10-25 13:08:00exarkunsetspambayes_score: 0.602598 -> 0.6025985
recipients: + exarkun
2007-10-25 13:08:00exarkunsetspambayes_score: 0.602598 -> 0.602598
messageid: <1193317680.83.0.000309828654595.issue1326@psf.upfronthosting.co.za>
2007-10-25 13:08:00exarkunlinkissue1326 messages
2007-10-25 13:08:00exarkuncreate