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 r.david.murray
Recipients brett.cannon, eric.snow, gvanrossum, ncoghlan, r.david.murray, terry.reedy
Date 2016-07-14.21:04:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468530265.64.0.528512628877.issue27515@psf.upfronthosting.co.za>
In-reply-to
Content
Or, to put it another way, you deleted the charset attribute from the email module.  On the second import, import finds email in sys.modules, so it doesn't reimport it, so charset doesn't get recreated.  So, the difference is you didn't do 'del email'.
History
Date User Action Args
2016-07-14 21:04:25r.david.murraysetrecipients: + r.david.murray, gvanrossum, brett.cannon, terry.reedy, ncoghlan, eric.snow
2016-07-14 21:04:25r.david.murraysetmessageid: <1468530265.64.0.528512628877.issue27515@psf.upfronthosting.co.za>
2016-07-14 21:04:25r.david.murraylinkissue27515 messages
2016-07-14 21:04:25r.david.murraycreate