diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-05-27 14:50:40 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-05-27 14:50:40 (GMT) |
commit | 05010706697ce9c18e7f8a8e571753b0bcfd6548 (patch) | |
tree | 2ab12cefd89264c49464dd7a1a6554637510ef11 /Misc | |
parent | 4f2dab5c337f202b8fe3058108efc40cb1a0a724 (diff) | |
download | cpython-05010706697ce9c18e7f8a8e571753b0bcfd6548.zip cpython-05010706697ce9c18e7f8a8e571753b0bcfd6548.tar.gz cpython-05010706697ce9c18e7f8a8e571753b0bcfd6548.tar.bz2 |
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.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -167,11 +167,6 @@ Library - Issue #1625: BZ2File and bz2.decompress() now support multi-stream files. Initial patch by Nir Aides. -- 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. - - Issue #12175: BufferedReader.read(-1) now calls raw.readall() if available. - Issue #12175: FileIO.readall() now only reads the file position and size |