I fixed it myself -- I had to install a signal handler and use
nested 'try-expect' stuff. The link points to the new version.
--
http://mail.python.org/mailman/listinfo/python-list
Oh, by the way -- I apologize for the poor formatting of this post,
I guess my linewrap setting is wrong for nntp.
--
http://mail.python.org/mailman/listinfo/python-list
I'd like a program, call it 'pipe-fitter', that connects and
interactive app
to three named pipes. The program will filter out EOF from the input
pipe, to
keep the interactive program alive for multiple commands. When the
interactive
app dies, by receiving 'exit', say, then we are done with it -- p
I'd like a program, call it 'pipe-fitter', that connects and
interactive app
to three named pipes. The program will filter out EOF from the input
pipe, to
keep the interactive program alive for multiple commands. When the
interactive
app dies, by receiving 'exit', say, then we are done with it -- p