New submission from Antoine Pitrou <pit...@free.fr>:

3.2 introduces SSL contexts, which allow bundling SSL configuration options, 
certificates and private keys into a single (potentially long-lived) structure.
http://docs.python.org/dev/py3k/library/http.client.html

urllib.request.*URLOpener should allow passing an SSL context object, if not 
already possible.

(I hope you don't mind the multiple similar issues, but I think one separate 
issue per stdlib module is more manageable)

----------
components: Library (Lib)
messages: 106363
nosy: pitrou
priority: normal
severity: normal
status: open
title: urllib should support SSL contexts
type: feature request
versions: Python 3.2

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8805>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to