Message106363
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) |
|
| Date |
User |
Action |
Args |
| 2010-05-24 16:04:04 | pitrou | set | recipients:
+ pitrou |
| 2010-05-24 16:04:04 | pitrou | set | messageid: <[email protected]> |
| 2010-05-24 16:04:01 | pitrou | link | issue8805 messages |
| 2010-05-24 16:04:01 | pitrou | create | |
|