This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author stefan
Recipients brett.cannon, docs@python, serhiy.storchaka, stefan
Date 2020-04-14.19:53:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1586894032.16.0.474201066275.issue40249@roundup.psfhosted.org>
In-reply-to
Content
I'm not entirely sure, but have to admit that the sentence

"The function imports the module name, potentially using the given globals and locals to determine how to interpret the name in a package context."

is a bit obscure. What does "determine how to interpret the name" actually mean ? Is the algorithm described anywhere in detail ? In that case, a simple reference might be enough.
History
Date User Action Args
2020-04-14 19:53:52stefansetrecipients: + stefan, brett.cannon, docs@python, serhiy.storchaka
2020-04-14 19:53:52stefansetmessageid: <1586894032.16.0.474201066275.issue40249@roundup.psfhosted.org>
2020-04-14 19:53:52stefanlinkissue40249 messages
2020-04-14 19:53:52stefancreate