summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorIllia Volochii <illia.volochii@gmail.com>2021-06-30 06:19:09 (GMT)
committerGitHub <noreply@github.com>2021-06-30 06:19:09 (GMT)
commit1d08d85cbe49c0748a8ee03aec31f89ab8e81496 (patch)
tree807892e8fcc62cc3b92ba8d6bd7ceab343939826 /Misc
parente2fea101fd5517f33371b04432842b971021c3bf (diff)
downloadcpython-1d08d85cbe49c0748a8ee03aec31f89ab8e81496.zip
cpython-1d08d85cbe49c0748a8ee03aec31f89ab8e81496.tar.gz
cpython-1d08d85cbe49c0748a8ee03aec31f89ab8e81496.tar.bz2
bpo-43232: Remove previously deprecated methods on TransportSocket (GH-24538)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2021-02-15-21-17-46.bpo-43232.awc4yZ.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-02-15-21-17-46.bpo-43232.awc4yZ.rst b/Misc/NEWS.d/next/Library/2021-02-15-21-17-46.bpo-43232.awc4yZ.rst
new file mode 100644
index 0000000..a527a7b
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2021-02-15-21-17-46.bpo-43232.awc4yZ.rst
@@ -0,0 +1,2 @@
+Prohibit previously deprecated potentially disruptive operations on
+:class:`asyncio.trsock.TransportSocket`. Patch by Illia Volochii.