diff options
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 |