commit | 98fe1a0c3bacdc51071d960d8d76b3b9f5b0d8c6 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Fri May 27 01:51:18 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Fri May 27 01:51:18 2011 +0200 |
tree | 9f3ade330a69ba55b615ccbfcf4680939377ab84 | |
parent | c556e10b94541d7bf20e908f8eca78e7f63fc28c [diff] |
Issue #8796: codecs.open() calls the builtin open() function instead of using StreamReaderWriter. Deprecate StreamReader, StreamWriter, StreamReaderWriter, StreamRecoder and EncodedFile() of the codec module. Use the builtin open() function or io.TextIOWrapper instead.