summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
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