]> granicus.if.org Git - python/commit
Issue #17107: Test client-side SNI support in urllib.request thanks to the new server...
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 5 Feb 2013 20:20:51 +0000 (21:20 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 5 Feb 2013 20:20:51 +0000 (21:20 +0100)
commitda23259f992a5f962fa9f95acb6608c2ecada348
tree83ad109c52a2392454666594c52e1bcd1d5a79d5
parentca4220be1ff291fed1b6d1da4ebcf3eab7f1a2ca
Issue #17107: Test client-side SNI support in urllib.request thanks to the new server-side SNI support in the ssl module.
Initial patch by Daniel Black.
Lib/test/ssl_servers.py
Lib/test/test_httplib.py
Lib/test/test_ssl.py
Lib/test/test_urllib2_localnet.py
Lib/test/test_urllib2net.py
Misc/NEWS