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 yselivanov
Recipients fafhrd91, gvanrossum, r.david.murray, yselivanov
Date 2017-03-06.22:50:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488840639.38.0.513047218852.issue29742@psf.upfronthosting.co.za>
In-reply-to
Content
> Thanks for the report and PR, but your fix is not obviously correct.  

Not for this particular asyncio method though, see asyncio PEP [1]. But there's an actual bug in the PR, instead of returning `None` we should return `default`.

[1] https://www.python.org/dev/peps/pep-3156/#methods-for-all-transports
History
Date User Action Args
2017-03-06 22:50:39yselivanovsetrecipients: + yselivanov, gvanrossum, r.david.murray, fafhrd91
2017-03-06 22:50:39yselivanovsetmessageid: <1488840639.38.0.513047218852.issue29742@psf.upfronthosting.co.za>
2017-03-06 22:50:39yselivanovlinkissue29742 messages
2017-03-06 22:50:39yselivanovcreate