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 pitrou
Recipients Rhamphoryncus, amaury.forgeotdarc, benjamin.peterson, gregory.p.smith, jnoller, mikemccand, pitrou, tzot
Date 2008-09-04.23:16:00
SpamBayes Score 0.0079529425
Marked as misclassified No
Message-id <1220570160.96.0.462516426092.issue874900@psf.upfronthosting.co.za>
In-reply-to
Content
Instead of os.write(), it is actually sufficient to sys.stdout.flush()
at the end of the subprocess. Patch attached.
History
Date User Action Args
2008-09-04 23:16:01pitrousetrecipients: + pitrou, gregory.p.smith, mikemccand, tzot, amaury.forgeotdarc, Rhamphoryncus, benjamin.peterson, jnoller
2008-09-04 23:16:00pitrousetmessageid: <1220570160.96.0.462516426092.issue874900@psf.upfronthosting.co.za>
2008-09-04 23:16:00pitroulinkissue874900 messages
2008-09-04 23:16:00pitroucreate