[New-bugs-announce] [issue40977] asyncio.trsock.TransportSocket says some APIs will be prohibited in 3.9

Ronald Oussoren report at bugs.python.org
Sun Jun 14 09:25:14 EDT 2020


New submission from Ronald Oussoren <ronaldoussoren at mac.com>:

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.

----------
components: asyncio
messages: 371504
nosy: asvetlov, ronaldoussoren, yselivanov
priority: normal
severity: normal
status: open
title: asyncio.trsock.TransportSocket says some APIs will be prohibited in 3.9
type: behavior
versions: Python 3.10, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40977>
_______________________________________


More information about the New-bugs-announce mailing list