This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients ned.deily, petegibson, pjenvey, ronaldoussoren
Date 2009-11-03.07:52:38
SpamBayes Score 0.01826954
Marked as misclassified No
Message-id <1257234761.79.0.89064210408.issue7240@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think so. stdio on OSX has a fdiscard function, but that's not 
exposed to Python.

I tend to explicitly synchronize on prompts when communicating with an 
interactive program over a pipe. That is, read until you found the prompt, 
then send a command, then read again until getting to the prompt, ...
History
Date User Action Args
2009-11-03 07:52:42ronaldoussorensetrecipients: + ronaldoussoren, pjenvey, ned.deily, petegibson
2009-11-03 07:52:41ronaldoussorensetmessageid: <1257234761.79.0.89064210408.issue7240@psf.upfronthosting.co.za>
2009-11-03 07:52:39ronaldoussorenlinkissue7240 messages
2009-11-03 07:52:39ronaldoussorencreate