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 eric.snow
Recipients eric.snow, rhettinger, tim.peters
Date 2013-11-05.03:26:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383621977.65.0.345829676656.issue19499@psf.upfronthosting.co.za>
In-reply-to
Content
You could add the following to the bottom of this.py:

import sys
del sys.modules['this']
History
Date User Action Args
2013-11-05 03:26:17eric.snowsetrecipients: + eric.snow, tim.peters, rhettinger
2013-11-05 03:26:17eric.snowsetmessageid: <1383621977.65.0.345829676656.issue19499@psf.upfronthosting.co.za>
2013-11-05 03:26:17eric.snowlinkissue19499 messages
2013-11-05 03:26:17eric.snowcreate