summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-02-23 12:04:49 (GMT)
committerGitHub <noreply@github.com>2022-02-23 12:04:49 (GMT)
commit6717edcf84077440a8839f2086cc5c5e2fc779c5 (patch)
treec14085551d342c2a86260bc5057352d50b8919d0 /Misc
parent28d9353305e865f97216140c9d8db764563ac058 (diff)
downloadcpython-6717edcf84077440a8839f2086cc5c5e2fc779c5.zip
cpython-6717edcf84077440a8839f2086cc5c5e2fc779c5.tar.gz
cpython-6717edcf84077440a8839f2086cc5c5e2fc779c5.tar.bz2
Inherit asyncio proactor datagram transport from asyncio.DatagramTransport (GH-31512) (GH-31514)
(cherry picked from commit cff4d5c5d29528299ec1ac5b3b3a6f7735577c01) Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com> Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2022-02-23-00-55-59.bpo-44886.I40Mbr.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-02-23-00-55-59.bpo-44886.I40Mbr.rst b/Misc/NEWS.d/next/Library/2022-02-23-00-55-59.bpo-44886.I40Mbr.rst
new file mode 100644
index 0000000..be223dd
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2022-02-23-00-55-59.bpo-44886.I40Mbr.rst
@@ -0,0 +1,2 @@
+Inherit asyncio proactor datagram transport from
+:class:`asyncio.DatagramTransport`.