Cool. Since we do have UNIX + SSL, maybe we should provide an example? On Feb 19, 2014 8:37 AM, "Victor Stinner" <[email protected]> wrote:
> 2014-02-19 16:55 GMT+01:00 Guido van Rossum <[email protected]>: > > Because that would require duplicating the logic in > > create_datagram_endpoint(), which is totally separate (all the way down > to > > the I/O callbacks). > > Oh, I didn't notice that TCP and UDP are handled differently. I only > expected to pass type=SOCK_DGRAM and it would just work :-D > > > Feel free to add a feature request to the tracker for this though. Be > sure > > to indicate an actual use case (rather than just abstract interest). > E.g. do > > you expect to need this in OpenStack? How? > > The new UNIX methods were not documented. When I wrote the > documentation, I noticed that only SOCK_STREAM was supported. That's > why I asked the question. I don't need UNIX+SSL nor UNIX on UDP :-) > > Victor >
