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.

classification
Title: asyncio.trsock.TransportSocket says some APIs will be prohibited in 3.9
Type: behavior Stage: resolved
Components: asyncio Versions: Python 3.10, Python 3.9
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: asvetlov, ronaldoussoren, yselivanov
Priority: normal Keywords:

Created on 2020-06-14 13:25 by ronaldoussoren, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (2)
msg371504 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2020-06-14 13:25
The implementation for asyncio.trsock.TransportSocket says that a number of methods will be prohibited in 3.9 (https://github.com/python/cpython/blob/8f04a84755babe516ebb5304904ea7c15b865c80/Lib/asyncio/trsock.py#L19), but merely warns in both 3.9 and 3.10.

It is too late to change this in 3.9, other than updating the warning message.
msg414993 - (view) Author: Andrew Svetlov (asvetlov) * (Python committer) Date: 2022-03-12 15:40
Fixed in Python 3.10
History
Date User Action Args
2022-04-11 14:59:32adminsetgithub: 85149
2022-03-12 15:40:09asvetlovsetstatus: open -> closed
resolution: out of date
messages: + msg414993

stage: resolved
2020-06-14 13:25:14ronaldoussorencreate