[issue6217] Add _io._TextIOWrapper.errors

2009-06-06 Thread Benjamin Peterson
Benjamin Peterson added the comment: Thanks for the report! Fixed in r73259. -- nosy: +benjamin.peterson resolution: -> fixed status: open -> closed ___ Python tracker ___ _

[issue6217] Add _io._TextIOWrapper.errors

2009-06-05 Thread Philip Jenvey
New submission from Philip Jenvey : _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 keywor