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