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 ronaldoussoren
Recipients asvetlov, ronaldoussoren, yselivanov
Date 2020-06-14.13:25:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1592141114.24.0.475548647885.issue40977@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-06-14 13:25:14ronaldoussorensetrecipients: + ronaldoussoren, asvetlov, yselivanov
2020-06-14 13:25:14ronaldoussorensetmessageid: <1592141114.24.0.475548647885.issue40977@roundup.psfhosted.org>
2020-06-14 13:25:14ronaldoussorenlinkissue40977 messages
2020-06-14 13:25:14ronaldoussorencreate