| commit | da23259f992a5f962fa9f95acb6608c2ecada348 | [log] [tgz] |
|---|---|---|
| author | Antoine Pitrou <solipsis@pitrou.net> | Tue Feb 05 21:20:51 2013 +0100 |
| committer | Antoine Pitrou <solipsis@pitrou.net> | Tue Feb 05 21:20:51 2013 +0100 |
| tree | 83ad109c52a2392454666594c52e1bcd1d5a79d5 | |
| parent | ca4220be1ff291fed1b6d1da4ebcf3eab7f1a2ca [diff] |
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.