[New-bugs-announce] [issue6217] Add _io._TextIOWrapper.errors

Philip Jenvey report at bugs.python.org
Sat Jun 6 03:57:20 CEST 2009


New submission from Philip Jenvey <pjenvey at users.sourceforge.net>:

_pyio.TextIOWrapper provides the encoding and associated errors values, 
but _io._TextIOWrapper only provides encoding. Patch adds errors and has 
it show up in repr in both places, against py3k

----------
components: IO
files: textiowrapper-errors.diff
keywords: patch
messages: 88986
nosy: pitrou, pjenvey
severity: normal
status: open
title: Add _io._TextIOWrapper.errors
type: behavior
versions: Python 2.7, Python 3.1, Python 3.2
Added file: http://bugs.python.org/file14201/textiowrapper-errors.diff

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


More information about the New-bugs-announce mailing list