diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-07-10 19:26:08 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-07-10 19:26:08 (GMT) |
commit | 05121159b3b8d2764847a2cff782bb9ecf773dc0 (patch) | |
tree | 089ff59e69051cd7352557e65f0656d13232a400 /Misc | |
parent | 3d031e61994cf208fd1950791df16093582336cf (diff) | |
parent | d44768ff16131c17bb9dc277840a94810a87b6a9 (diff) | |
download | cpython-05121159b3b8d2764847a2cff782bb9ecf773dc0.zip cpython-05121159b3b8d2764847a2cff782bb9ecf773dc0.tar.gz cpython-05121159b3b8d2764847a2cff782bb9ecf773dc0.tar.bz2 |
Issue #24608: chunk.Chunk.read() now always returns bytes, not str.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,6 +17,8 @@ Core and Builtins Library ------- +- Issue #24608: chunk.Chunk.read() now always returns bytes, not str. + - Issue #18684: Fixed reading out of the buffer in the re module. - Issue #24259: tarfile now raises a ReadError if an archive is truncated |