Message248051
Why does the start_tls() function need to know the internal structure of the Transport? I'm hesitant to add this API to Transport; it somehow feels wrong to put such an implementation-specific thing there. E.g. I presume you can't do this for an UDP transport. Or perhaps it could be an API on a subclass of Transport -- then only members of that subclass will support this API. |
|
| Date |
User |
Action |
Args |
| 2015-08-05 17:15:54 | gvanrossum | set | recipients:
+ gvanrossum, pitrou, vstinner, asvetlov, yselivanov, gc |
| 2015-08-05 17:15:53 | gvanrossum | set | messageid: <[email protected]> |
| 2015-08-05 17:15:53 | gvanrossum | link | issue23749 messages |
| 2015-08-05 17:15:52 | gvanrossum | create | |
|