New submission from Raymond Hettinger:

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.

----------
components: Library (Lib)
messages: 202183
nosy: rhettinger
priority: low
severity: normal
status: open
title: "import this" is cached in sys.modules
type: enhancement
versions: Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19499>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to