diff options
author | Xiang Zhang <angwerzx@126.com> | 2017-04-15 05:18:22 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-15 05:18:22 (GMT) |
commit | 5fbdfc36f397ad46f4057d527855dfacb77242ce (patch) | |
tree | 9bdc2fff44c9cb49bc252ced291c6fd67b98d7b8 /Misc | |
parent | 0b46fcf45afe32402b34240770e01be9b5da3031 (diff) | |
download | cpython-5fbdfc36f397ad46f4057d527855dfacb77242ce.zip cpython-5fbdfc36f397ad46f4057d527855dfacb77242ce.tar.gz cpython-5fbdfc36f397ad46f4057d527855dfacb77242ce.tar.bz2 |
bpo-30068: add missing iter(self) in _io._IOBase.readlines when hint is present (#1152)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -42,6 +42,9 @@ Extension Modules Library ------- +- bpo-30068: _io._IOBase.readlines will check if it's closed first when + hint is present. + - bpo-27863: Fixed multiple crashes in ElementTree caused by race conditions and wrong types. @@ -12349,4 +12352,3 @@ Mac ---- **(For information about older versions, consult the HISTORY file.)** - |