Raymond Hettinger added the comment:

I think we should save these sort of tricks only for modules imported during 
startup.

Ideally, a user should expect that the code for the decimal module is in 
decimal.py.  Ideally, tools like IDLE's "Open Module" should be able to find 
the source code using only the module name.

I'm -0 on this one.  I don't think hacking up the source tree is worth it.  The 
import is only done once -- the important part is what decimal does when it is 
imported.

----------

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

Reply via email to