Brett Cannon added the comment:

On Jul 29, 2012 12:21 AM, "Nick Coghlan" <rep...@bugs.python.org> wrote:
>
>
> 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".

What Nick said is true, but for docs it's too broad a statement. Since
nullimporter inherently never finds anything it acts like there is no
importer. But the new behaviour is the use of None to represent that which
is the official semantics now.

-brett

>
> ----------
>
> _______________________________________
> Python tracker <rep...@bugs.python.org>
> <http://bugs.python.org/issue15473>
> _______________________________________

----------

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

Reply via email to