[issue28453] SSLObject.selected_alpn_protocol() not documented

2021-04-17 Thread Christian Heimes
Change by Christian Heimes : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue28453] SSLObject.selected_alpn_protocol() not documented

2019-02-22 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +12014 stage: needs patch -> patch review ___ Python tracker ___ ___

[issue28453] SSLObject.selected_alpn_protocol() not documented

2018-02-26 Thread Christian Heimes
Change by Christian Heimes : -- stage: -> needs patch versions: +Python 3.8 ___ Python tracker ___

[issue28453] SSLObject.selected_alpn_protocol() not documented

2017-09-06 Thread Christian Heimes
Christian Heimes added the comment: Yes, please. I'd appreciate a PR with a documentation update. -- versions: +Python 2.7 -Python 3.5 ___ Python tracker

[issue28453] SSLObject.selected_alpn_protocol() not documented

2016-10-16 Thread Alex Grönholm
Alex Grönholm added the comment: HTTP/2 (h2) is kind of a biggie :) -- ___ Python tracker ___ ___

[issue28453] SSLObject.selected_alpn_protocol() not documented

2016-10-16 Thread Cory Benfield
Cory Benfield added the comment: Yeah, probably! There aren't many protocols with defined ALPN identifiers, but we should still probably explain how this works. Do you want me to write them? -- ___ Python tracker

[issue28453] SSLObject.selected_alpn_protocol() not documented

2016-10-16 Thread Christian Heimes
Christian Heimes added the comment: Cory, does it make sense to document some examples? -- assignee: christian.heimes -> components: +Documentation nosy: +Lukasa type: -> enhancement ___ Python tracker

[issue28453] SSLObject.selected_alpn_protocol() not documented

2016-10-15 Thread Alex Grönholm
New submission from Alex Grönholm: the ssl.SSLObject class supports selected_alpn_protocol() like ssl.SSLSocket, but it is not mentioned on the list of supported methods. -- assignee: christian.heimes components: SSL messages: 278739 nosy: alex.gronholm, christian.heimes priority: