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 berker.peksag
Recipients berker.peksag
Date 2012-11-17.23:39:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353195599.47.0.873270280839.issue16497@psf.upfronthosting.co.za>
In-reply-to
Content
I am trying to write a test for issue 8585. The `zipimport.zipimporter.find_module()`
docs says:

"Search for a module specified by fullname. fullname must be the fully qualified
(dotted) module name."

(from http://docs.python.org/3.4/library/zipimport.html#zipimport.zipimporter.find_module )

However, the `zipimport.zipimporter.find_module()` method does not work as
expected. See the output of reproducer.py:

    spam <zipimporter object "zipimport_example.zip">
    package.eggs None
History
Date User Action Args
2012-11-17 23:39:59berker.peksagsetrecipients: + berker.peksag
2012-11-17 23:39:59berker.peksagsetmessageid: <1353195599.47.0.873270280839.issue16497@psf.upfronthosting.co.za>
2012-11-17 23:39:59berker.peksaglinkissue16497 messages
2012-11-17 23:39:59berker.peksagcreate