[issue1326] "internal" zipimport.zipimporter feature untested

Jean-Paul Calderone report at bugs.python.org
Thu Oct 25 15:08:00 CEST 2007


New submission from Jean-Paul Calderone:

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.

----------
components: Library (Lib)
messages: 56742
nosy: exarkun
severity: normal
status: open
title: "internal" zipimport.zipimporter feature untested
type: rfe

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1326>
__________________________________


More information about the Python-bugs-list mailing list