summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorGuido van Rossum <guido@dropbox.com>2015-10-19 11:55:10 -0700
committerGuido van Rossum <guido@dropbox.com>2015-10-19 11:55:10 -0700
commitacf98b7bac26481ab7fe7f7a2de472bd8c0e1b5e (patch)
treeeb1e72bec244fd19874b68232fcbdf569929b304 /Misc
parente04ee40f88cebbd227dfad10fe29349a469870af (diff)
parent6a1dc3ba5f7b5647ca1e44cff6fca2aa958184f2 (diff)
downloadcpython-acf98b7bac26481ab7fe7f7a2de472bd8c0e1b5e.tar.gz
Issue #25441: asyncio: Raise error from drain() when socket is closed. (Merge 3.5->3.6)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 24cec9d0e8..21eddf2cab 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -63,6 +63,8 @@ Core and Builtins
Library
-------
+- Issue #25441: asyncio: Raise error from drain() when socket is closed.
+
- Issue #25410: Cleaned up and fixed minor bugs in C implementation of
OrderedDict.