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 gvanrossum
Recipients Drekin, gvanrossum, vstinner, yselivanov
Date 2015-07-14.11:10:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1436872247.27.0.666514666948.issue24539@psf.upfronthosting.co.za>
In-reply-to
Content
I've added the return True from eof_received() to the asyncio repo (https://github.com/python/asyncio/commit/ce3ad816a2ef9456b4b1c26b99dfc85ea1236811), but it still needs a unittest and merging into CPython 3.4 and up.
History
Date User Action Args
2015-07-14 11:10:47gvanrossumsetrecipients: + gvanrossum, vstinner, yselivanov, Drekin
2015-07-14 11:10:47gvanrossumsetmessageid: <1436872247.27.0.666514666948.issue24539@psf.upfronthosting.co.za>
2015-07-14 11:10:47gvanrossumlinkissue24539 messages
2015-07-14 11:10:47gvanrossumcreate