[New-bugs-announce] [issue14017] io.TextIOWrapper should expose a documented write_through attribute

Nick Coghlan report at bugs.python.org
Wed Feb 15 00:49:33 CET 2012


New submission from Nick Coghlan <ncoghlan at gmail.com>:

io.TextIOWrapper acquired a new "write_through" argument for 3.3, but that is not exposed as a documented attribute.

This is needed so that a text wrapper can be replaced with an equivalent that only alters selected settings (such as the Unicode error handler).

----------
components: Library (Lib)
messages: 153376
nosy: ncoghlan
priority: normal
severity: normal
status: open
title: io.TextIOWrapper should expose a documented write_through attribute
versions: Python 3.3

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


More information about the New-bugs-announce mailing list