Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-43232: Remove previously deprecated methods on TransportSocket (GH-24538) | Illia Volochii | 2021-06-30 | 1 | -108/+0 |
| | |||||
* | bpo-37027: Return a proxy socket object from transp.get_extra_info('socket') ↵ | Yury Selivanov | 2019-05-27 | 1 | -0/+206 |
(GH-13530) Return a safe to use proxy socket object from `transport.get_extra_info('socket')` https://bugs.python.org/issue37027 |