[issue5950] Make zimport work with zipfile containing comments

Dmitry report at bugs.python.org
Fri Jul 9 09:00:32 CEST 2010


Dmitry <dms at samersoff.net> added the comment:

I'm talking about internal zimport function (see attached testcase): 

i.e.

import sys;
sys.path.insert(0,'test.zip');

import test
test.testme()

doesn't work if test.zip contains comment.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5950>
_______________________________________


More information about the Python-bugs-list mailing list