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 rhettinger
Recipients rhettinger
Date 2013-11-05.01:55:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383616502.26.0.617402510046.issue19499@psf.upfronthosting.co.za>
In-reply-to
Content
The "this" module doesn't import functions; instead, it prints directly to stdout.  Accordingly, there is no reason to cache this module in sys.modules.

Ideally, a learner should be able to type "import this" more than once in  a Python session.
History
Date User Action Args
2013-11-05 01:55:02rhettingersetrecipients: + rhettinger
2013-11-05 01:55:02rhettingersetmessageid: <1383616502.26.0.617402510046.issue19499@psf.upfronthosting.co.za>
2013-11-05 01:55:02rhettingerlinkissue19499 messages
2013-11-05 01:55:01rhettingercreate