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.

classification
Title: ssl._create_stdlib_context
Type: enhancement Stage: resolved
Components: Library (Lib) Versions: Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: christian.heimes, pitrou, python-dev
Priority: normal Keywords: patch

Created on 2013-11-23 15:46 by christian.heimes, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
ssl_create_stdlib_context.patch christian.heimes, 2013-11-23 15:46 review
Messages (3)
msg204042 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2013-11-23 15:46
The second part of #19689. This patch implements _create_stdlib_context() that wrap lots of common code in one function that is private to Python's stdlib.
msg204109 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-11-23 21:44
New changeset 03cc1b55faae by Christian Heimes in branch 'default':
Issue #19735: Implement private function ssl._create_stdlib_context() to
http://hg.python.org/cpython/rev/03cc1b55faae
msg204110 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2013-11-23 21:53
Thanks Antoine!
History
Date User Action Args
2022-04-11 14:57:54adminsetgithub: 63934
2013-11-23 21:53:16christian.heimessetstatus: open -> closed
resolution: fixed
messages: + msg204110

stage: patch review -> resolved
2013-11-23 21:44:01python-devsetnosy: + python-dev
messages: + msg204109
2013-11-23 15:46:03christian.heimescreate