summaryrefslogtreecommitdiffstats
path: root/Lib/asyncio/trsock.py
Commit message (Collapse)AuthorAgeFilesLines
* bpo-43232: Remove previously deprecated methods on TransportSocket (GH-24538)Illia Volochii2021-06-301-108/+0
|
* bpo-37027: Return a proxy socket object from transp.get_extra_info('socket') ↵Yury Selivanov2019-05-271-0/+206
(GH-13530) Return a safe to use proxy socket object from `transport.get_extra_info('socket')` https://bugs.python.org/issue37027