[issue40977] asyncio.trsock.TransportSocket says some APIs will be prohibited in 3.9

2022-03-12 Thread Andrew Svetlov
Andrew Svetlov added the comment: Fixed in Python 3.10 -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker ___ ___

[issue40977] asyncio.trsock.TransportSocket says some APIs will be prohibited in 3.9

2020-06-14 Thread Ronald Oussoren
New submission from Ronald Oussoren : 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.1