summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorXiang Zhang <angwerzx@126.com>2017-04-15 05:18:22 (GMT)
committerGitHub <noreply@github.com>2017-04-15 05:18:22 (GMT)
commit5fbdfc36f397ad46f4057d527855dfacb77242ce (patch)
tree9bdc2fff44c9cb49bc252ced291c6fd67b98d7b8 /Misc
parent0b46fcf45afe32402b34240770e01be9b5da3031 (diff)
downloadcpython-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/NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index acd2015..5f1b64b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.)**
-