On Sat, 25 Jan 2014 23:37:49 +0100 (CET)
eric.snow <[email protected]> wrote:
> http://hg.python.org/cpython/rev/665f1ba77b57
> changeset:   88710:665f1ba77b57
> user:        Eric Snow <[email protected]>
> date:        Sat Jan 25 15:32:46 2014 -0700
> summary:
>   Issue 19944: Fix importlib.find_spec() so it imports parents as needed.
> 
> The function is also moved to importlib.util.

Is there a reason to have separate "importlib" (toplevel) and
"importlib.util" namespaces?

(the doc says "This module contains the various objects that help in
the construction of an importer", which doesn't sound related to
find_spec())

Regards

Antoine.


_______________________________________________
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to