summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2015-10-19 18:54:04 (GMT)
committerGuido van Rossum <guido@python.org>2015-10-19 18:54:04 (GMT)
commit030f489df7adc389eb0c020e8a7aeda2e727c52f (patch)
tree6cf26ed2a07b3f9e5215ae5dd3292ad59fbf0f52 /Misc/NEWS
parent12a72b06c7eebd6f1d310775c5d3afff142c1058 (diff)
parentc44ecdf687897a20f11d0c5212b51e8d31f6100a (diff)
downloadcpython-030f489df7adc389eb0c020e8a7aeda2e727c52f.zip
cpython-030f489df7adc389eb0c020e8a7aeda2e727c52f.tar.gz
cpython-030f489df7adc389eb0c020e8a7aeda2e727c52f.tar.bz2
Issue #25441: asyncio: Raise error from drain() when socket is closed. (Merge 3.4->3.5)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c7f5807..658c918 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -45,6 +45,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.