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 ncoghlan
Recipients ncoghlan
Date 2012-08-07.05:27:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344317257.52.0.527557434634.issue15571@psf.upfronthosting.co.za>
In-reply-to
Content
In discussing #15216, I noticed that the write_through parameter is completely unused in the Python implementation of TextIOWrapper.

That also means we have a hole in the test coverage: there is no test that is run on both the C and Python versions to ensure that the data is being written directly through to the underlying buffer (e.g. by passing in a mock buffer object).
History
Date User Action Args
2012-08-07 05:27:37ncoghlansetrecipients: + ncoghlan
2012-08-07 05:27:37ncoghlansetmessageid: <1344317257.52.0.527557434634.issue15571@psf.upfronthosting.co.za>
2012-08-07 05:27:36ncoghlanlinkissue15571 messages
2012-08-07 05:27:36ncoghlancreate