This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients gvanrossum, methane, python-dev, socketpair, terry.reedy, yselivanov
Date 2016-10-25.13:32:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477402338.13.0.62232531292.issue28430@psf.upfronthosting.co.za>
In-reply-to
Content
+- Issue #28430: Fix iterator of C implemented asyncio.Future doesn't accept

+  non-None value is passed to it.send(val).

This NEWS entry is not a coherent English sentence.  Please revise.  I don't understand it well enough to suggest a revision, but would review a replacement.
History
Date User Action Args
2016-10-25 13:32:18terry.reedysetrecipients: + terry.reedy, gvanrossum, methane, socketpair, python-dev, yselivanov
2016-10-25 13:32:18terry.reedysetmessageid: <1477402338.13.0.62232531292.issue28430@psf.upfronthosting.co.za>
2016-10-25 13:32:18terry.reedylinkissue28430 messages
2016-10-25 13:32:17terry.reedycreate