[Python-Dev] PEP 338 - Executing Modules as Scripts
Nick Coghlan
ncoghlan at gmail.com
Sun Feb 12 04:48:20 CET 2006
More information about the Python-Dev mailing list
Sun Feb 12 04:48:20 CET 2006
- Previous message: [Python-Dev] PEP 338 - Executing Modules as Scripts
- Next message: [Python-Dev] How to get the Python-2.4.2 sources from SVN?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Paul Moore wrote: > On 2/11/06, Nick Coghlan <ncoghlan at gmail.com> wrote: >> I finally finished updating PEP 338 to comply with the flexible importing >> system in PEP 302. >> >> The result is a not-yet-thoroughly-tested module that should allow the -m >> switch to execute any module written in Python that is accessible via an >> absolute import statement. > > Does this implementation resolve http://www.python.org/sf/1250389 as > well? A reading of the PEP would seem to imply that it does, but the > SF patches you mention don't include any changes to the core, so I'm > not sure... I've uploaded a patch with the necessary changes to main.c to the PEP 338 implementation tracker item. Cheers, Nick. -- Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia --------------------------------------------------------------- http://www.boredomandlaziness.org
- Previous message: [Python-Dev] PEP 338 - Executing Modules as Scripts
- Next message: [Python-Dev] How to get the Python-2.4.2 sources from SVN?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list