Jerome Jabson 写道:
> Hi,
>
> I've been trying to write a wrapper around some shells
> scripts using the subprocess module. But I'm getting
> errors I quite don't know how to debug. I've only been
> writing Python for a few months and starting processes
> are new to me. Here's my code:
>
> import os
Danny Yoo said:
>> So I take a look into the source code .But I get confused about so many
>> files and functions . I want to ask that is there any stuff about the
>> interpreter design and coding ?
>>
>
> [meta: my reply is really about Scheme, not Python. My apologies to the
> list, but it'
Hello ,
I have learned and used python half a year , and I like this language
very much . I used it in my web server page , in my homework and
part-tiem job .
Recently , I feel very interested in the python interpreter .
So I take a look into the source code .But I get confused about
so many files