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 asvetlov, lukasz.langa, yselivanov
Date 2019-09-13.17:11:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568394692.95.0.46825100333.issue38164@roundup.psfhosted.org>
In-reply-to
Content
Summary of discussion at https://github.com/python-trio/trio/issues/1208:

* `asyncio.Stream.write()` will start throwing a `DeprecationWarning` asking people to add an `await` if they didn't;

* `asyncio.Stream.close()` will start throwing a `DeprecationWarning` asking people to add an `await` if they didn't;

* `asyncio.Stream.drain()` & `asyncio.Stream.wait_closed()` will start throwing a `DeprecationWarning` telling about a scheduled removal (in Python 3.12) when used on `Process.std*` streams;

* `asyncio.Stream.drain()` & `asyncio.Stream.wait_closed()` will not work at all on Streams created via new 3.8 APIs: `connect()` & `StreamServer`.
History
Date User Action Args
2019-09-13 17:11:32yselivanovsetrecipients: + yselivanov, asvetlov, lukasz.langa
2019-09-13 17:11:32yselivanovsetmessageid: <1568394692.95.0.46825100333.issue38164@roundup.psfhosted.org>
2019-09-13 17:11:32yselivanovlinkissue38164 messages
2019-09-13 17:11:32yselivanovcreate