diff options
author | Yury Selivanov <yury@magic.io> | 2016-11-09 20:47:00 (GMT) |
---|---|---|
committer | Yury Selivanov <yury@magic.io> | 2016-11-09 20:47:00 (GMT) |
commit | a1a8b7d3d7f628aec31be364c77cbb3e21cdbc0b (patch) | |
tree | f1c1fa5ae61d965d131a437904bd1712c7a6f017 /Misc | |
parent | d2fd3599abeed393ccdf4ee5cf1c7b346ba4a022 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ---- |