Brett Cannon <br...@python.org> added the comment:

So I can't reproduce the problem under Python 2.7.3, Python 3.2.3, or a fresh 
checkout of Python 3.3. This is with both your script, Anders, and writing my 
own class that defined find_module() to just raise ImportError that I set in 
either sys.meta_path or in sys.path_importer_cache (both ways let the 
ImportError propagate).

This means I'm not sure exactly what problem you are encountering. Is this on 
an older version of Python 2.7? Do you have a unit test that can be run  which 
shows the test failing under Python 2.7 but passing under Python 3.3?

----------
status: open -> pending

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15292>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to