summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorYurii Karabas <1998uriyyo@gmail.com>2020-11-26 07:36:37 (GMT)
committerGitHub <noreply@github.com>2020-11-26 07:36:37 (GMT)
commitf533cb80cbbb7acdf9ce1978cfba095ce5eeedaa (patch)
treee088f2a33fdba27f04b40d5380b1884a526bbe78 /Misc
parent87f7ab5359bc12eeb858272b7bd58e132cb9c176 (diff)
downloadcpython-f533cb80cbbb7acdf9ce1978cfba095ce5eeedaa.zip
cpython-f533cb80cbbb7acdf9ce1978cfba095ce5eeedaa.tar.gz
cpython-f533cb80cbbb7acdf9ce1978cfba095ce5eeedaa.tar.bz2
bpo-42392: Remove loop parameter from asyncio.streams (GH-23517)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2020-11-25-22-44-59.bpo-42392.T_DAEl.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-11-25-22-44-59.bpo-42392.T_DAEl.rst b/Misc/NEWS.d/next/Library/2020-11-25-22-44-59.bpo-42392.T_DAEl.rst
new file mode 100644
index 0000000..35a08dd
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2020-11-25-22-44-59.bpo-42392.T_DAEl.rst
@@ -0,0 +1,2 @@
+Remove loop parameter from ``asyncio.open_connection`` and
+``asyncio.start_server`` functions. Patch provided by Yurii Karabas.