summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2016-11-09 20:47:00 (GMT)
committerYury Selivanov <yury@magic.io>2016-11-09 20:47:00 (GMT)
commita1a8b7d3d7f628aec31be364c77cbb3e21cdbc0b (patch)
treef1c1fa5ae61d965d131a437904bd1712c7a6f017 /Misc
parentd2fd3599abeed393ccdf4ee5cf1c7b346ba4a022 (diff)
downloadcpython-a1a8b7d3d7f628aec31be364c77cbb3e21cdbc0b.zip
cpython-a1a8b7d3d7f628aec31be364c77cbb3e21cdbc0b.tar.gz
cpython-a1a8b7d3d7f628aec31be364c77cbb3e21cdbc0b.tar.bz2
Issue #28652: Make loop methods reject socket kinds they do not support.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 10ec9e0..f9e2f72 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -455,6 +455,8 @@ Library
- Issue #28639: Fix inspect.isawaitable to always return bool
Patch by Justin Mayfield.
+- Issue #28652: Make loop methods reject socket kinds they do not support.
+
IDLE
----