summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2016-01-11 17:28:19 (GMT)
committerYury Selivanov <yselivanov@sprymix.com>2016-01-11 17:28:19 (GMT)
commitd9d0e864b901792c412ece6e9583e4ad74f9031d (patch)
tree42c7ee9321ffb7c3fb12b1e2d437e824dfc49643 /Misc
parentf1240169b351288d11b0a8125ca8dc1f3e840e63 (diff)
downloadcpython-d9d0e864b901792c412ece6e9583e4ad74f9031d.zip
cpython-d9d0e864b901792c412ece6e9583e4ad74f9031d.tar.gz
cpython-d9d0e864b901792c412ece6e9583e4ad74f9031d.tar.bz2
Issue #26050: Add asyncio.StreamReader.readuntil() method.
Patch by Марк Коренберг.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9b677e5..a540671 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -30,6 +30,9 @@ Library
- Add asyncio.timeout() context manager.
+- Issue #26050: Add asyncio.StreamReader.readuntil() method.
+ Patch by Марк Коренберг.
+
What's New in Python 3.4.4?
===========================