[issue17716] From ... import fails when parent package failed but child module succeeded, yet works in std import case

Brett Cannon report at bugs.python.org
Fri Mar 6 15:14:11 EST 2020


Brett Cannon <brett at python.org> added the comment:

Import now has proper messaging of the failure in the package and not an error about being unable to import the submodule.

----------
resolution:  -> fixed
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue17716>
_______________________________________


More information about the Python-bugs-list mailing list