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 jvr
Recipients
Date 2003-08-29.08:43:57
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=92689

Hm, I seem to be able to reproduce the problem if I remove these 
lines

        if "zlib" in sys.modules:
            del sys.modules["zlib"]

from the offending testAFakeZlib method (line 98 and 99 in 
test_zipimport.py).

rptownsend: could you run test_zipimport.py with python -v, and 
attach the output as a file to this bug? Maybe that gives us a clue 
as to what is going on.
History
Date User Action Args
2007-08-23 14:14:30adminlinkissue765456 messages
2007-08-23 14:14:30admincreate