[Python-Dev] file open in python interpreter

2008-11-02 Thread adrian golding
hi all, i am trying to find out where is the part of the code in the python interpreter that opens up the .py file and parses it. in particular, i am trying to find the file open command in that file. I greped and i just want to make sure this is it: /Python-2.6/Parser/pgenmain.c i am intending to

Re: [Python-Dev] file open in python interpreter

2008-11-04 Thread adrian golding
gt; Benjamin Peterson wrote: > > On Mon, Nov 3, 2008 at 7:25 AM, Benjamin Peterson > > <[EMAIL PROTECTED]> wrote: > >> On Mon, Nov 3, 2008 at 1:04 AM, adrian golding <[EMAIL PROTECTED]> > wrote: > >>> hi all, i am trying to find out where is the par