summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-05-27 14:50:40 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2011-05-27 14:50:40 (GMT)
commit05010706697ce9c18e7f8a8e571753b0bcfd6548 (patch)
tree2ab12cefd89264c49464dd7a1a6554637510ef11 /Misc
parent4f2dab5c337f202b8fe3058108efc40cb1a0a724 (diff)
downloadcpython-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/NEWS5
1 files changed, 0 insertions, 5 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index df8bca8..2a916fd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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