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 Decorater
Recipients Decorater, brett.cannon, eric.snow, gvanrossum, ncoghlan, r.david.murray, terry.reedy
Date 2016-07-15.06:46:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468565181.0.0.434873951699.issue27515@psf.upfronthosting.co.za>
In-reply-to
Content
I think on the 2nd example they did they got it wrong somewhat.
I think this is what they wanted.

>>> import email.charset; email.charset
<module 'email.charset' from 'C:\\Programs\\Python36\\lib\\email\\charset.py'>
>>> del email #to actually delete the whole thing.
>>> import email.charset; email.charset
History
Date User Action Args
2016-07-15 06:46:21Decoratersetrecipients: + Decorater, gvanrossum, brett.cannon, terry.reedy, ncoghlan, r.david.murray, eric.snow
2016-07-15 06:46:21Decoratersetmessageid: <1468565181.0.0.434873951699.issue27515@psf.upfronthosting.co.za>
2016-07-15 06:46:20Decoraterlinkissue27515 messages
2016-07-15 06:46:20Decoratercreate