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 petegibson
Recipients ned.deily, petegibson, pjenvey, ronaldoussoren
Date 2009-10-30.13:42:27
SpamBayes Score 1.783722e-05
Marked as misclassified No
Message-id <1256910158.24.0.645684723669.issue7240@psf.upfronthosting.co.za>
In-reply-to
Content
Not my code, but as it's using a pipe to communicate with another
process, I assume that the flush call is intended to discard any
unwanted output prior to sending a command and processing the result.

Is there another way to achieve the same effect, such as reading and
remaining characters in the buffer?
History
Date User Action Args
2009-10-30 13:42:38petegibsonsetrecipients: + petegibson, ronaldoussoren, pjenvey, ned.deily
2009-10-30 13:42:38petegibsonsetmessageid: <1256910158.24.0.645684723669.issue7240@psf.upfronthosting.co.za>
2009-10-30 13:42:27petegibsonlinkissue7240 messages
2009-10-30 13:42:27petegibsoncreate