[issue22366] urllib.request.urlopen shoudl take a "context" (SSLContext) argument

Alex Gaynor report at bugs.python.org
Mon Sep 8 19:45:52 CEST 2014


New submission from Alex Gaynor:

Instead of the ca* arguments it currently takes, these can all be encapsulated into an SSLContext argument, which the underlying http.client already supports.

----------
components: Library (Lib)
messages: 226594
nosy: alex, christian.heimes, dstufft, giampaolo.rodola, janssen, orsenthil, pitrou
priority: normal
severity: normal
status: open
title: urllib.request.urlopen shoudl take a "context" (SSLContext) argument
versions: Python 3.4, Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22366>
_______________________________________


More information about the Python-bugs-list mailing list