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 brett.cannon
Recipients Maciej Gol, brett.cannon, eric.snow, ethan.furman, lars.gustaebel, ncoghlan, serhiy.storchaka
Date 2020-01-24.17:50:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1579888214.55.0.667202338698.issue39430@roundup.psfhosted.org>
In-reply-to
Content
It's covered in the language reference where import semantics are explained. It isn't explicitly called out in higher-level docs that I'm aware of because it only really comes up in edge cases like importing in a thread which we actively discourage unless there's a compelling reason not to.
History
Date User Action Args
2020-01-24 17:50:14brett.cannonsetrecipients: + brett.cannon, ncoghlan, lars.gustaebel, ethan.furman, eric.snow, serhiy.storchaka, Maciej Gol
2020-01-24 17:50:14brett.cannonsetmessageid: <1579888214.55.0.667202338698.issue39430@roundup.psfhosted.org>
2020-01-24 17:50:14brett.cannonlinkissue39430 messages
2020-01-24 17:50:14brett.cannoncreate