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 v+python
Recipients David.Sankel, amaury.forgeotdarc, brian.curtin, christian.heimes, christoph, davidsarah, ezio.melotti, hippietrail, lemburg, mark, pitrou, santoso.wijaya, ssbarnea, terry.reedy, tim.golden, tzot, v+python, vstinner
Date 2011-03-25.00:59:19
SpamBayes Score 0.09407371
Marked as misclassified No
Message-id <1301014760.19.0.696803132492.issue1602@psf.upfronthosting.co.za>
In-reply-to
Content
Presently, a correct application only needs to flush between a sequence of writes and a sequence of buffer.writes.

Don't assume the flush happens after every write, for a correct application.
History
Date User Action Args
2011-03-25 00:59:20v+pythonsetrecipients: + v+python, lemburg, terry.reedy, tzot, amaury.forgeotdarc, pitrou, vstinner, christian.heimes, tim.golden, mark, christoph, ezio.melotti, hippietrail, ssbarnea, brian.curtin, davidsarah, santoso.wijaya, David.Sankel
2011-03-25 00:59:20v+pythonsetmessageid: <1301014760.19.0.696803132492.issue1602@psf.upfronthosting.co.za>
2011-03-25 00:59:19v+pythonlinkissue1602 messages
2011-03-25 00:59:19v+pythoncreate