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 gvanrossum
Recipients brett.cannon, eric.snow, gvanrossum, ncoghlan, r.david.murray, terry.reedy
Date 2016-07-14.21:09:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAP7+vJKX-OSrShnu0CbEvN=2H7v8LbBQ28p4HSQjeNTLbJw4bw@mail.gmail.com>
In-reply-to <1468530265.64.0.528512628877.issue27515@psf.upfronthosting.co.za>
Content
> On the second import, import finds email in sys.modules

Actually, it only takes the shortcut because it also finds
email.charset in sys.modules.
History
Date User Action Args
2016-07-14 21:09:09gvanrossumsetrecipients: + gvanrossum, brett.cannon, terry.reedy, ncoghlan, r.david.murray, eric.snow
2016-07-14 21:09:09gvanrossumlinkissue27515 messages
2016-07-14 21:09:09gvanrossumcreate