Re: [Python-Dev] PEP 338: Executing modules inside packages with '-m'

2004-12-12 Thread Paul Moore
On Sat, 11 Dec 2004 19:17:28 -0800, Brett C. <[EMAIL PROTECTED]> wrote: > Nick Coghlan wrote: > > > Anyway, all comments are appreciated (even a simple "Sounds good to me"). > > > > Sounds good to me. =) And me :-) +1 Paul. ___ Python-Dev mailing lis

Re: [Python-Dev] PEP 338: Executing modules inside packages with '-m'

2004-12-11 Thread Brett C.
Nick Coghlan wrote: Python 2.4's -m command line switch only works for modules directly on sys.path. Trying to use it with modules inside packages will fail with a "Module not found" error. This PEP aims to fix that for Python 2.5. Previously, posting of a draft version of the PEP to python-dev a