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:47:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569620867.17.0.229908785008.issue38242@roundup.psfhosted.org>
In-reply-to
Content
> You'll need to be careful to only revert the new functions & the asyncio.Stream class.

So far the trickiest part has proven to be the tests (specifically test_streams.py) and keeping the deprecation warning for passing explicit loop arguments. I've had to be careful to be certain that no tests were unintentionally removed.

> Due to proximity to the deadline, please be prepared that we might need to abandon your pull request if it's not ready by Sunday morning

No problem, I'll make sure to allow anyone with write access (yourself and Andrew) to edit the PR I open directly to make any needed changes. That way, at least any progress I make on it can help reduce the amount of work for you two.
History
Date User Action Args
2019-09-27 21:47:47aerossetrecipients: + aeros, gvanrossum, rhettinger, njs, asvetlov, lukasz.langa, yselivanov, xtreak
2019-09-27 21:47:47aerossetmessageid: <1569620867.17.0.229908785008.issue38242@roundup.psfhosted.org>
2019-09-27 21:47:47aeroslinkissue38242 messages
2019-09-27 21:47:46aeroscreate