[Idle-dev] leo.py 3.0 outlining editor

Kurt B. Kaiser kbk@shore.net
18 Jul 2002 12:41:49 -0400


Guido van Rossum <guido@python.org> writes:

> > > It's pretty quiet here.
> > 
> > I'm in the process of reversing the connection between Idle and the
> > Python subprocess.  I guess the sound of brains frying doesn't carry
> > well over the net.
> 
> I didn't mean it as criticism, sorry!

Not at all...it _is_ pretty quiet!

> Hope it's going well -- if you need help, let me know.

I've got the socket reversed, now
PyShell.Modified_Interpreter.spawn_subprocess's poll_subprocess call
is flubbing.  So now I have to figure out how _that_ works.

Let's see...poll_subprocess -> pollresponse -> pollmessage -> pollpacket
which is compaining because it's getting zero length data.  Hmm.

It's mostly grok 100 lines of code, change 1, grok 100....  :)  :)

Regards, KBK