[New-bugs-announce] [issue15571] Python version of TextIOWrapper ignores "write_through" arg

Nick Coghlan report at bugs.python.org
Tue Aug 7 07:27:37 CEST 2012


New submission from Nick Coghlan:

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).

----------
components: Library (Lib)
messages: 167603
nosy: ncoghlan
priority: release blocker
severity: normal
stage: test needed
status: open
title: Python version of TextIOWrapper ignores "write_through" arg
type: behavior
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15571>
_______________________________________


More information about the New-bugs-announce mailing list