New submission from Philip Jenvey <[email protected]>: _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 <[email protected]> <http://bugs.python.org/issue6217> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
