[issue22927] Expose an SSLContext parameter on urllib APIs

2014-11-23 Thread Roundup Robot
Roundup Robot added the comment: 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 -- nosy: +python-dev resolution: -> fixed stage: -> resolved status: open -> closed

[issue22927] Expose an SSLContext parameter on urllib APIs

2014-11-23 Thread Alex Gaynor
Changes by Alex Gaynor : -- keywords: +patch Added file: http://bugs.python.org/file37263/issue22927.diff ___ Python tracker ___ ___ P

[issue22927] Expose an SSLContext parameter on urllib APIs

2014-11-23 Thread Alex Gaynor
New submission from Alex Gaynor: With the pep476 backport, we need a way to pass a context argument to urrlib -- components: Library (Lib) messages: 231588 nosy: alex, benjamin.peterson, dstufft priority: normal severity: normal status: open title: Expose an SSLContext parameter on urlli