[Python-Dev] PEP 395: Module Aliasing
Fred Drake
fdrake at acm.org
Fri Mar 4 17:22:07 CET 2011
More information about the Python-Dev mailing list
Fri Mar 4 17:22:07 CET 2011
- Previous message: [Python-Dev] PEP 395: Module Aliasing
- Next message: [Python-Dev] PEP 395: Module Aliasing
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, Mar 4, 2011 at 10:59 AM, <exarkun at twistedmatrix.com> wrote: > Something to consider here is how this will interact with Python files which > are _not_ modules. I'm a little uneasy about having sys.modules["trial"] > refer to the module defined by /usr/bin/trial. I've long held the position that modules and scripts are distinct, and should never share a source file. All the work that's going into dealing with this just reinforces my position. -Fred -- Fred L. Drake, Jr. <fdrake at acm.org> "A storm broke loose in my mind." --Albert Einstein
- Previous message: [Python-Dev] PEP 395: Module Aliasing
- Next message: [Python-Dev] PEP 395: Module Aliasing
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list