(original) (raw)
changeset: 103061:f8d9569900a9 parent: 103059:c6228efa7c41 parent: 103060:33702360acef user: Benjamin Peterson benjamin@python.org date: Mon Sep 05 14:03:08 2016 -0700 files: Doc/library/importlib.rst description: merge 3.5 (#27957) diff -r c6228efa7c41 -r f8d9569900a9 Doc/library/importlib.rst --- a/Doc/library/importlib.rst Mon Sep 05 13:15:20 2016 -0700 +++ b/Doc/library/importlib.rst Mon Sep 05 14:03:08 2016 -0700 @@ -118,7 +118,7 @@ :exc:`ValueError` is raised). Otherwise a search using :attr:`sys.meta_path` is done. ``None`` is returned if no loader is found. - A dotted name does not have its parent's implicitly imported as that requires + A dotted name does not have its parents implicitly imported as that requires loading them and that may not be desired. To properly import a submodule you will need to import all parent packages of the submodule and use the correct argument to *path*. /benjamin@python.org