[issue8805] urllib should support SSL contexts

2010-12-01 Thread Antoine Pitrou
Antoine Pitrou added the comment: HTTPSHandler now allows to pass an SSLContext and the old API should be buried in the ground, closing. -- resolution: -> rejected status: open -> closed ___ Python tracker __

[issue8805] urllib should support SSL contexts

2010-11-01 Thread Antoine Pitrou
Antoine Pitrou added the comment: Degrade; this old implementation (urllib vs urllib2) shoud be phased out IMO. This issue shows that I was myself fooled by the urllib.request documentation. -- ___ Python tracker

[issue8805] urllib should support SSL contexts

2010-11-01 Thread Terry J. Reedy
Terry J. Reedy added the comment: In #10050 you suggest deprecating *URLopener (not *Opener, the misspelling also in fix_urllib.py #10286) and other stuff. Which do you actually prefer, upgrade or degrade? -- nosy: +terry.reedy ___ Python tracker

[issue8805] urllib should support SSL contexts

2010-05-24 Thread Giampaolo Rodola'
Changes by Giampaolo Rodola' : -- nosy: +janssen ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyt

[issue8805] urllib should support SSL contexts

2010-05-24 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +giampaolo.rodola, orsenthil ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue8805] urllib should support SSL contexts

2010-05-24 Thread Antoine Pitrou
Antoine Pitrou added the comment: Actual URL for SSL contexts (sorry): http://docs.python.org/dev/py3k/library/ssl.html#ssl.SSLContext -- ___ Python tracker ___ _

[issue8805] urllib should support SSL contexts

2010-05-24 Thread Antoine Pitrou
New submission from Antoine Pitrou : 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 passi