summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Library/0166.bpo-28430.4MiEYT.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/0166.bpo-28430.4MiEYT.rst')
-rw-r--r--Misc/NEWS.d/next/Library/0166.bpo-28430.4MiEYT.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/0166.bpo-28430.4MiEYT.rst b/Misc/NEWS.d/next/Library/0166.bpo-28430.4MiEYT.rst
new file mode 100644
index 0000000000..90394c4603
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/0166.bpo-28430.4MiEYT.rst
@@ -0,0 +1,2 @@
+Fix iterator of C implemented asyncio.Future doesn't accept non-None value
+is passed to it.send(val).