Issue 22927: Expose an SSLContext parameter on urllib APIs (original) (raw)

Issue22927

Created on 2014-11-24 02:26 by alex, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
issue22927.diff alex,2014-11-24 02:34
Messages (2)
msg231588 - (view) Author: Alex Gaynor (alex) * (Python committer) Date: 2014-11-24 02:26
With the pep476 backport, we need a way to pass a context argument to urrlib
msg231591 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-11-24 02:55
New changeset c84f36a5f556 by Benjamin Peterson in branch '2.7': give urllib.urlopen a context parameter (closes #22927) https://hg.python.org/cpython/rev/c84f36a5f556
History
Date User Action Args
2022-04-11 14:58:10 admin set github: 67116
2014-11-24 02:55:42 python-dev set status: open -> closednosy: + python-devmessages: + resolution: fixedstage: resolved
2014-11-24 02:34:30 alex set files: + issue22927.diffkeywords: + patch
2014-11-24 02:26:56 alex create