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 aeros
Recipients aeros, asvetlov, gvanrossum, lukasz.langa, njs, rhettinger, xtreak, yselivanov
Date 2019-09-27.21:55:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569621350.17.0.672691660196.issue38242@roundup.psfhosted.org>
In-reply-to
Content
Currently focusing on the Lib/asyncio/* and Lib/test/* changes. Working on doc changes next, but that should be significantly easier. 

In addition to https://github.com/python/cpython/commit/23b4b697e5b6cc897696f9c0288c187d2d24bff2 (main commit from Andrew that added asyncio.Stream and new functions), I've also had to remove https://github.com/python/cpython/commit/4cdbc452ce3 (minor asyncio test change from Pablo) due to it causing issues with the other tests from deleting asyncio.StreamReader and asyncio.StreamWriter.
History
Date User Action Args
2019-09-27 21:55:50aerossetrecipients: + aeros, gvanrossum, rhettinger, njs, asvetlov, lukasz.langa, yselivanov, xtreak
2019-09-27 21:55:50aerossetmessageid: <1569621350.17.0.672691660196.issue38242@roundup.psfhosted.org>
2019-09-27 21:55:50aeroslinkissue38242 messages
2019-09-27 21:55:49aeroscreate