[issue19735] ssl._create_stdlib_context

2013-11-23 Thread Christian Heimes
Christian Heimes added the comment: Thanks Antoine! -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___ _

[issue19735] ssl._create_stdlib_context

2013-11-23 Thread Roundup Robot
Roundup Robot added the comment: 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 -- nosy: +python-dev ___ Python

[issue19735] ssl._create_stdlib_context

2013-11-23 Thread Christian Heimes
New submission from Christian Heimes: 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. -- components: Library (Lib) files: ssl_create_stdlib_context.patch keywords: patch messages: