[issue15473] importlib no longer uses imp.NullImporter

Nick Coghlan report at bugs.python.org
Sun Jul 29 06:21:26 CEST 2012


Nick Coghlan added the comment:

See the porting notes: http://docs.python.org/dev/whatsnew/3.3.html#porting-python-code

With the removal of the implicit default finder, the 3.3 semantics are that both None *and* imp.NullImporter mean "There is no importer for this path".

----------

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


More information about the Python-bugs-list mailing list