[issue19499] "import this" is cached in sys.modules

Eric Snow report at bugs.python.org
Tue Nov 5 04:26:17 CET 2013


Eric Snow added the comment:

You could add the following to the bottom of this.py:

import sys
del sys.modules['this']

----------
nosy: +eric.snow

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19499>
_______________________________________


More information about the Python-bugs-list mailing list