]> granicus.if.org Git - python/commit
Revert my commit 3555cf6f9c98: "Issue #8796: codecs.open() calls the builtin
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 27 May 2011 14:50:40 +0000 (16:50 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 27 May 2011 14:50:40 +0000 (16:50 +0200)
commit05010706697ce9c18e7f8a8e571753b0bcfd6548
tree2ab12cefd89264c49464dd7a1a6554637510ef11
parent4f2dab5c337f202b8fe3058108efc40cb1a0a724
Revert my commit 3555cf6f9c98: "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."

"It has not been approved !" wrote Marc-Andre Lemburg.
Doc/library/codecs.rst
Lib/codecs.py
Lib/test/test_codecs.py
Misc/NEWS