New submission from Nick Coghlan <ncogh...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue14017>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to