[Python-Dev] runpy.py
Chris Withers
chris at simplistix.co.uk
Tue Aug 25 10:22:39 CEST 2009
More information about the Python-Dev mailing list
Tue Aug 25 10:22:39 CEST 2009
- Previous message: [Python-Dev] runpy.py
- Next message: [Python-Dev] runpy.py
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Benjamin Peterson wrote: > 2009/8/24 Chris Withers <chris at simplistix.co.uk>: >> Guido van Rossum wrote: >>> Anyway it looks like if someone wants to try this, only the code in >>> runpy.py needs to be touched. >> Where is runpy.py to be found? > > $ find . -name "runpy.py" > ./Lib/runpy.py Heh, grep beats Mk I eyeball ;-) (I did actually look in Lib...) Anyway, so how is the stuff in runpy.py wired up to the command line options passed to the interpretter? Chris -- Simplistix - Content Management, Batch Processing & Python Consulting - http://www.simplistix.co.uk
- Previous message: [Python-Dev] runpy.py
- Next message: [Python-Dev] runpy.py
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list