commit | 8899b11b95f08e2e03478f2acad336ad5933a2d1 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Tue Jun 04 23:01:01 2019 -0700 |
committer | GitHub <noreply@github.com> | Tue Jun 04 23:01:01 2019 -0700 |
tree | c3d9977ea22dd10add6b67afa6c40e02dfb5da6d | |
parent | 39346ff60ac14bb83521c7e4f87304d0ad6478c2 [diff] |
bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [streams] (GH-13671) This PR deprecate explicit loop parameters in all public asyncio APIs This issues is split to be easier to review. Second step: streams.py https://bugs.python.org/issue36373 (cherry picked from commit 6d64a8f49eb321116f585c4b036c81bb976d2d5c) Co-authored-by: Emmanuel Arias <emmanuelarias30@gmail.com>