mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Merge fix for #16489 from 3.3
This commit is contained in:
commit
10f19812b5
3 changed files with 10 additions and 6 deletions
|
|
@ -55,7 +55,9 @@ def find_loader(name, path=None):
|
|||
value of 'path' given to the finders. None is returned if no loader could
|
||||
be found.
|
||||
|
||||
Dotted names do not have their parent packages implicitly imported.
|
||||
Dotted names do not have their parent packages implicitly imported. You will
|
||||
most likely need to explicitly import all parent packages in the proper
|
||||
order for a submodule to get the correct loader.
|
||||
|
||||
"""
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue