This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2016年10月16日 03:49 by alex.gronholm, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 11991 | closed | python-dev, 2019年02月22日 15:40 | |
| Messages (5) | |||
|---|---|---|---|
| msg278739 - (view) | Author: Alex Grönholm (alex.gronholm) * | Date: 2016年10月16日 03:49 | |
the ssl.SSLObject class supports selected_alpn_protocol() like ssl.SSLSocket, but it is not mentioned on the list of supported methods. |
|||
| msg278763 - (view) | Author: Christian Heimes (christian.heimes) * (Python committer) | Date: 2016年10月16日 10:26 | |
Cory, does it make sense to document some examples? |
|||
| msg278765 - (view) | Author: Cory Benfield (Lukasa) * | Date: 2016年10月16日 10:38 | |
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? |
|||
| msg278766 - (view) | Author: Alex Grönholm (alex.gronholm) * | Date: 2016年10月16日 10:39 | |
HTTP/2 (h2) is kind of a biggie :) |
|||
| msg301502 - (view) | Author: Christian Heimes (christian.heimes) * (Python committer) | Date: 2017年09月06日 19:29 | |
Yes, please. I'd appreciate a PR with a documentation update. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:38 | admin | set | github: 72639 |
| 2021年04月17日 19:35:09 | christian.heimes | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2019年02月22日 15:40:23 | python-dev | set | keywords:
+ patch stage: needs patch -> patch review pull_requests: + pull_request12014 |
| 2018年02月26日 08:53:13 | christian.heimes | set | stage: needs patch versions: + Python 3.8 |
| 2017年09月06日 19:29:53 | christian.heimes | set | messages:
+ msg301502 versions: + Python 2.7, - Python 3.5 |
| 2016年10月16日 10:39:38 | alex.gronholm | set | messages: + msg278766 |
| 2016年10月16日 10:38:36 | Lukasa | set | messages: + msg278765 |
| 2016年10月16日 10:26:55 | christian.heimes | set | nosy:
+ Lukasa messages: + msg278763 assignee: christian.heimes -> components: + Documentation type: enhancement |
| 2016年10月16日 03:49:51 | alex.gronholm | create | |