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 brett.cannon, eric.snow, ncoghlan, pitrou, serhiy.storchaka
Date 2017-07-08.18:36:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
So this is very old semantics from the Python 2 days. I think Nick's idea of transforming the import to `import pkg.mod` when pkg isn't in sys.modules is probably the simplest, cleanest solution if we're going to change this.
History
Date User Action Args
2017-07-08 18:36:40brett.cannonsetrecipients: + brett.cannon, ncoghlan, pitrou, eric.snow, serhiy.storchaka
2017-07-08 18:36:40brett.cannonsetmessageid: <[email protected]>
2017-07-08 18:36:40brett.cannonlinkissue30876 messages
2017-07-08 18:36:40brett.cannoncreate