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 martin.panter
Recipients BreamoreBoy, Jim.Jewett, ezio.melotti, martin.panter, vstinner
Date 2015-01-14.01:21:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421198478.4.0.622374085396.issue14014@psf.upfronthosting.co.za>
In-reply-to
Content
I don’t think this is appropriate. If you want to flush the underlying stream, then call its flush() method after calling reset(). The docstring only says it flushes the _codec’s_ buffers, not any buffers of the underlying stream, and it should not be the codec’s business to worry about lower level buffers.
History
Date User Action Args
2015-01-14 01:21:19martin.pantersetrecipients: + martin.panter, vstinner, ezio.melotti, BreamoreBoy, Jim.Jewett
2015-01-14 01:21:18martin.pantersetmessageid: <1421198478.4.0.622374085396.issue14014@psf.upfronthosting.co.za>
2015-01-14 01:21:18martin.panterlinkissue14014 messages
2015-01-14 01:21:17martin.pantercreate