On Tue, Aug 25, 2009 at 4:25 AM, Chris Withers<[email protected]> wrote: > Jim Fulton wrote: >> >> AFAIK, the standard interpreter command line arguments are implemented >> at a low level and aren't meant to be reusable. To make them work >> basically requires reimplementing them. It would be useful if there >> was a module that just had implementations of (most of) the standard >> interpreter options. > > Is this perhaps what's in the runpy module of the standard library?
No. > > http://docs.python.org/library/runpy.html#module-runpy > > Hmmm, maybe it does just the right thing for -m? Perhaps. > In any case, any objections to me implementing this for buildout scripts? No, but I want to review it before you merge it to trunk. > If not, where is the actual code that generates the scripts? In the easy_install meodule. Jim -- Jim Fulton _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
